Type alias ListClientsResponse

ListClientsResponse: {
    data: Client[];
    errors: APIError[];
    success: boolean;
}

Type declaration

  • data: Client[]

    List of clients

  • errors: APIError[]

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

  • success: boolean

    Indicates whether the operation was successful or not