import type { BckndResourcePatchResourcePlans } from './bcknd-resource-patch-resource-plans.js';
/**
 * Representation of the 'BckndResourcePatchBody' schema.
 */
export type BckndResourcePatchBody = {
    resourcePlans: BckndResourcePatchResourcePlans;
} & Record<string, any>;
//# sourceMappingURL=bcknd-resource-patch-body.d.ts.map