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