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