UNPKG

@contentstack/datasync-content-store-filesystem

Version:
8 lines (7 loc) 538 B
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;