feat: Add team deletion flow for cloud-hosted (#5717)
This commit is contained in:
@@ -53,3 +53,11 @@ export const TeamsUpdateSchema = BaseSchema.extend({
|
||||
});
|
||||
|
||||
export type TeamsUpdateSchemaReq = z.infer<typeof TeamsUpdateSchema>;
|
||||
|
||||
export const TeamsDeleteSchema = BaseSchema.extend({
|
||||
body: z.object({
|
||||
code: z.string(),
|
||||
}),
|
||||
});
|
||||
|
||||
export type TeamsDeleteSchemaReq = z.infer<typeof TeamsDeleteSchema>;
|
||||
|
||||
Reference in New Issue
Block a user