export default interface IContentSource {
    id: string;
    localFolderPath: string;
}
