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