Type alias User

User: {
    accounts?: Account[];
    id: string;
    projects?: Project[];
}

Type declaration

  • Optional accounts?: Account[]
  • id: string
  • Optional projects?: Project[]

Generated using TypeDoc