/**
 * Representation of the 'PipelineStatus' schema.
 */
export type PipelineStatus = {
    /**
     * @example "2024-02-15T12:45:00.000Z"
     * Format: "date-time".
     */
    lastStarted?: string;
} & Record<string, any>;
//# sourceMappingURL=pipeline-status.d.ts.map