Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitchouhan8 committed Nov 7, 2023
1 parent d364453 commit f47a049
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions plugin-api.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ interface PluginAPI {
setFileThumbnailNodeAsync(
node: FrameNode | ComponentNode | ComponentSetNode | SectionNode | null,
): Promise<void>

openExternal(url: string): void
}
interface VersionHistoryResult {
Expand Down Expand Up @@ -324,10 +323,8 @@ interface CodegenAPI {
readonly preferences: CodegenPreferences
refresh: () => void
}

interface VsCodeAPI {
}

interface DevResource {
readonly name: string
readonly url: string
Expand Down

0 comments on commit f47a049

Please sign in to comment.