mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 19:16:29 +08:00
fix(server): allow to checkout selfhost team in canary (#10130)
This commit is contained in:
@@ -29,6 +29,13 @@ import {
|
||||
|
||||
export const SelfhostTeamCheckoutArgs = z.object({
|
||||
quantity: z.number(),
|
||||
user: z
|
||||
.object({
|
||||
id: z.string(),
|
||||
email: z.string(),
|
||||
})
|
||||
.optional()
|
||||
.nullable(),
|
||||
});
|
||||
|
||||
export const SelfhostTeamSubscriptionIdentity = z.object({
|
||||
|
||||
Reference in New Issue
Block a user