Newer
Older
percord / src / util / schemas / TotpDisableSchema.ts
@Madeline Madeline on 26 Sep 2022 53 bytes Move schemas to /src/util/schemas
export interface TotpDisableSchema {
	code: string;
}