Type alias ListClientsResponse

ListClientsResponse: {
    data: Client[];
    errors: string[];
    meta: PaginationMeta;
    success: boolean;
}

Type declaration

  • data: Client[]

    List of clients

  • errors: string[]

    If the operation was not successful, holds the deatils of errors

  • meta: PaginationMeta
  • success: boolean

    Indicates whether the operation was successful or not