@localazy/strapi-plugin
Version:
The official Strapi Plugin by Localazy.
4 lines (3 loc) • 315 B
TypeScript
export declare const dropPropertyDeep: (obj: any, propertyName: string, isRoot?: boolean) => any;
export declare const dropPropertyDeepWithSkip: (obj: any, propertyName: string, isRoot?: boolean, skipPredicates?: ((obj: any) => boolean)[]) => any;
export declare const dropDocumentIdExceptMedia: (obj: any) => any;