Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
@microsoft
/
immersive-reader-sdk
/
lib
/
Filename :
content.d.ts
back
Copy
export declare type Content = { title?: string; chunks: Chunk[]; }; export declare type Chunk = { content: string; lang?: string; mimeType?: string; };