We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6f85a commit 595c8c0Copy full SHA for 595c8c0
src/api/atelier.d.ts
@@ -32,6 +32,7 @@ export interface Document {
32
enc: boolean;
33
flags: number;
34
content: string[];
35
+ ext: string;
36
}
37
38
export interface ServerInfo {
0 commit comments