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