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