intercom-client
Version:
Official Node bindings to the Intercom API
18 lines (17 loc) • 324 B
TypeScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
/**
* @example
* {}
*/
export interface ListConversationsRequest {
/**
* How many results per page
*/
per_page?: number;
/**
* String used to get the next page of conversations.
*/
starting_after?: string;
}