UNPKG

@contentstack/datasync-asset-store-filesystem

Version:

Fillesystem asset store for DataSync libraries. Stores Contentstack asset-files in filesystem

12 lines (11 loc) 214 B
/*! * contentstack-sync-asset-store-filesystem * copyright (c) Contentstack LLC * MIT Licensed */ export declare const defaultConfig: { assetStore: { baseDir: string; pattern: string; }; };