/**
 * Representation of the 'PipelineId' schema.
 */
export type PipelineId = {
    /**
     * @example "uuid"
     */
    pipelineId?: string;
} & Record<string, any>;
//# sourceMappingURL=pipeline-id.d.ts.map