/** * Defines the config structure given by the config key CFG_KEY_FILESYSTEM */ export interface IFileSystemConfig { /** * defines accessible paths can be also globs */ paths?: string[]; }