/**
 * Representation of the 'BckndServiceServiceCatalogItemExtendCredentials' schema.
 */
export type BckndServiceServiceCatalogItemExtendCredentials = {
    shared?: {
        serviceUrls?: {
            AI_API_URL?: string;
        } & Record<string, any>;
    } & Record<string, any>;
} & Record<string, any>;
//# sourceMappingURL=bcknd-service-service-catalog-item-extend-credentials.d.ts.map