Type alias Account

Account: {
    createdAt: string;
    id: string;
    name: string;
}

Type declaration

  • createdAt: string

    Date when the account was created

  • id: string

    ID of the account

  • name: string

    Name of the account