/**
 * @example
 *     {
 *         contact_id: "63a07ddf05a32042dffac965"
 *     }
 */
export interface ListSegmentsAttachedToContactRequest {
    /** The unique identifier for the contact which is given by Intercom */
    contact_id: string;
}
