/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * @example
 *     {
 *         segment_id: "123"
 *     }
 */
export interface FindSegmentRequest {
    /**
     * The unique identified of a given segment.
     */
    segment_id: string;
}
