Skip to content

Commit 6766763

Browse files
committed
add convertedToJs flag
1 parent da4d7aa commit 6766763

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cubejs-backend-shared/src/FileRepository.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export interface FileContent {
66
content: string;
77
readOnly?: boolean;
88
isModule?: boolean;
9+
convertedToJs?: boolean;
910
}
1011

1112
export interface SchemaFileRepository {

0 commit comments

Comments
 (0)