interface DataSourceFileContent {
    contentType: FileContentType;
    data: string;
}

Properties

Properties

contentType: FileContentType
data: string