Newer
Older
percord / src / util / schemas / MfaCodesSchema.ts
@Madeline Madeline on 26 Sep 2022 77 bytes Move schemas to /src/util/schemas
export interface MfaCodesSchema {
	password: string;
	regenerate?: boolean;
}