Skip to content

Commit

Permalink
test: revert ThemeInfo.load
Browse files Browse the repository at this point in the history
  • Loading branch information
streamside committed Feb 9, 2022
1 parent f413460 commit 94b0950
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion apis/stardust/api-spec/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,7 +850,16 @@
},
"load": {
"description": "A function that should return a Promise that resolves to a raw JSON theme.",
"type": "#/definitions/importProperties"
"kind": "function",
"params": [],
"returns": {
"type": "Promise",
"generics": [
{
"type": "#/definitions/ThemeJSON"
}
]
}
}
}
},
Expand Down

0 comments on commit 94b0950

Please sign in to comment.