Merge pull request #18 from siyuan-note/frostime-patch-3
Update index.d.ts, fix ial type
This commit is contained in:
commit
77e337b9f5
1 changed files with 5 additions and 2 deletions
7
src/types/index.d.ts
vendored
7
src/types/index.d.ts
vendored
|
@ -50,7 +50,10 @@ type Block = {
|
|||
length: number;
|
||||
type: BlockType;
|
||||
subtype: BlockSubType;
|
||||
ial?: { [key: string]: string };
|
||||
/** string of { [key: string]: string }
|
||||
* For instance: "{: custom-type=\"query-code\" id=\"20230613234017-zkw3pr0\" updated=\"20230613234509\"}"
|
||||
*/
|
||||
ial?: string;
|
||||
sort: number;
|
||||
created: string;
|
||||
updated: string;
|
||||
|
@ -63,4 +66,4 @@ type doOperation = {
|
|||
parentID: BlockId | DocumentId;
|
||||
previousID: BlockId;
|
||||
retData: null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue