summary refs log tree commit diff
path: root/src/util/schemas/CodesVerificationSchema.ts
blob: e8e2e7b4ec3cd1a3f2fd68212830918e2df927c0 (plain) (blame)
1
2
3
4
5
export interface CodesVerificationSchema {
	key: string;
	nonce: string;
	regenerate?: boolean;
}