summary refs log tree commit diff
path: root/src/util/schemas/TotpDisableSchema.ts
blob: 51446e1cf0e031418e92e331a77d097dc406183b (plain) (blame)
1
2
3
export interface TotpDisableSchema {
	code: string;
}