/**
 * Representation of the 'AiScenarioLabelKey' schema.
 * @example "scenarios.ai.sap.com/s4hana-version"
 * Max Length: 256.
 * Pattern: "^(scenarios|ext)\\.ai\\.sap\\.com\\/[\\w\\.-]+$".
 */
export type AiScenarioLabelKey = string;
//# sourceMappingURL=ai-scenario-label-key.d.ts.map