Skip to content

Commit

Permalink
perf: remove abandoned option
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Feb 19, 2021
1 parent 8baa019 commit 86045b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/shims-vue-expand.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ declare enum DML {
}

interface optionsType {
getTables: Function;
getFormKey: Function;
getFormDetail: Function;
getTableDetail: Function;
crud: (dml: DML, tableName: string, data?: object, params?: object)=> AxiosPromise
Expand Down

0 comments on commit 86045b9

Please sign in to comment.