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