/**
 * Representation of the 'BckndUsageResourcePlanItem' schema.
 */
export type BckndUsageResourcePlanItem = {
    id: string;
    resourcePlanType?: string;
    configuredMaxReplicas?: number;
} & Record<string, any>;
//# sourceMappingURL=bcknd-usage-resource-plan-item.d.ts.map