feat(gatekeeper): expire trail workspace plans
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export const gatekeeperEventNamespace = 'gatekeeper' as const
|
||||
|
||||
const eventPrefix = `${gatekeeperEventNamespace}.` as const
|
||||
|
||||
export const GatekeeperEvents = {
|
||||
WorkspaceTrialExpired: `${eventPrefix}workspace-trial-expired`
|
||||
} as const
|
||||
|
||||
export type GatekeeperEventPayloads = {
|
||||
[GatekeeperEvents.WorkspaceTrialExpired]: { workspaceId: string }
|
||||
}
|
||||
Reference in New Issue
Block a user