Skip to content

Commit

Permalink
Remove types added by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprey committed Dec 1, 2020
1 parent f6bd789 commit acca60d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions typings.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,15 +216,6 @@ export interface SvelteMethodParamItem {
static?: boolean;
}

/**
* @deprecated
*/
export type SvelteArgItem = SvelteMethodParamItem;
/**
* @deprecated
*/
export type SvelteArgumentItem = SvelteMethodParamItem;

export interface SvelteMethodReturnItem {
/**
* The JSDocType of the return value.
Expand Down

0 comments on commit acca60d

Please sign in to comment.