summary refs log tree commit diff
path: root/src/util/schemas/VerifyEmailSchema.ts
blob: ad170e84ee66bb06036b8feb11eb659d1a66d288 (plain) (blame)
1
2
3
4
export interface VerifyEmailSchema {
	captcha_key: string | null;
	token: string;
}