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