@contentstack/datasync-content-store-filesystem
Version:
Datasync content store library - saves data in filesystem
8 lines (7 loc) • 538 B
TypeScript
export declare const validatePublishedObject: (publishedObject: any) => void;
export declare const validateUnpublishedObject: (unpublishedObject: any) => void;
export declare const validateEntryAssetDeletedObject: (deletedObject: any) => void;
export declare const validateContentTypeDeletedObject: (deletedObject: any) => void;
export declare const validateContentTypeObj: (schema: any) => void;
export declare const validateConfig: (appConfig: any) => void;
export declare const validateAssetConnectorInstance: (instance: any) => void;