feat: Convert several batch methods to the standardized format (#7116)
This commit is contained in:
@@ -41,8 +41,3 @@ export type AdminRevokeApiKeyType = z.infer<typeof AdminRevokeApiKey>
|
||||
export const AdminRevokeApiKey = z.object({
|
||||
revoke_in: z.number().optional(),
|
||||
})
|
||||
|
||||
export type AdminApiKeySalesChannelType = z.infer<
|
||||
typeof AdminApiKeySalesChannel
|
||||
>
|
||||
export const AdminApiKeySalesChannel = z.string()
|
||||
|
||||
Reference in New Issue
Block a user