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