export type AuthState = {
  id: number;
  snsID: string;
  username: string;
  imageURL: string;