refactor(private-zone): use canonical product name
Docker Image / Build and Push Docker Image (push) Successful in 2m7s
Docker Image / Build and Push Docker Image (push) Successful in 2m7s
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/** Public events for one character-scoped Private Zone actor. */
|
||||
export type PrivateZoneEvent =
|
||||
| { type: "PrivateZoneInit" }
|
||||
| { type: "PrivateZoneRefresh" }
|
||||
| { type: "PrivateZoneUnlockRequested"; albumId: string }
|
||||
| { type: "PrivateZoneUnlockConfirmed" }
|
||||
| { type: "PrivateZoneUnlockCancelled" }
|
||||
| { type: "PrivateZoneUnlockPaywallConsumed" };
|
||||
Reference in New Issue
Block a user