/**
 * Representation of the 'BckndResourcePatchNodes' schema.
 */
export type BckndResourcePatchNodes = {
    name: string;
    request: number;
} & Record<string, any>;
//# sourceMappingURL=bcknd-resource-patch-nodes.d.ts.map