/**
 * 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;
}
