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