/**
 * Representation of the 'BckndServiceServicePlanItemMetadata' schema.
 */
export type BckndServiceServicePlanItemMetadata = {
    /**
     * supported platforms of the service plan
     */
    supportedPlatforms?: ('cloudfoundry' | 'kubernetes' | 'sapbtp')[];
} & Record<string, any>;
//# sourceMappingURL=bcknd-service-service-plan-item-metadata.d.ts.map