mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-07 00:16:11 -05:00
feat: implement discord role syncing
This commit is contained in:
@@ -64,3 +64,8 @@ export const ForgotPasswordSchema = z.object({
|
||||
emailOrPassword: z.string(),
|
||||
});
|
||||
export type ApiAuthForgotPasswordRequest = z.infer<typeof ForgotPasswordSchema>;
|
||||
|
||||
export const CheckoutSchema = z.object({
|
||||
priceId: z.string(),
|
||||
});
|
||||
export type ApiAccountCheckoutRequest = z.infer<typeof CheckoutSchema>;
|
||||
|
||||
Reference in New Issue
Block a user