types.ts 45 B

123
  1. export interface Account {
  2. email: string
  3. }