/**
 * Representation of the 'BckndResourcePatchResponse' schema.
 */
export type BckndResourcePatchResponse = {
    message: string;
} & Record<string, any>;
//# sourceMappingURL=bcknd-resource-patch-response.d.ts.map