export type CreateAuth = { username?: string; email?: string; password: string; };