AnyDataSource: {
    content: DataSourceFilePath;
    type: "filePath";
} | {
    content: DataSourceFileContent;
    type: "fileContent";
}

Type declaration

Type declaration