/**
 * @example
 *     {
 *         include_count: true
 *     }
 */
export interface ListSegmentsRequest {
    /** It includes the count of contacts that belong to each segment. */
    include_count?: boolean;
}
