type ContentUpdateInfo = Partial<{
    updates: string[];
    removes: string[];
}>;
export type ResourceUpdateInfo = Partial<Record<'template' | 'page' | 'variable' | 'material' | 'condition' | 'function' | 'component' | 'tag' | 'file' | 'mock' | 'block' | 'library' | 'plugin', ContentUpdateInfo>>;
export {};
