Browse Source

refactor(sdk): regenerate Api.ts

pull/5269/head
Wing-Kam Wong 2 years ago
parent
commit
be90e36bf0
  1. 2
      packages/nocodb-sdk/src/lib/Api.ts

2
packages/nocodb-sdk/src/lib/Api.ts

@ -1715,7 +1715,7 @@ export interface PluginReqType {
/** Is Plugin Active? */ /** Is Plugin Active? */
active?: BoolType; active?: BoolType;
/** Plugin Input */ /** Plugin Input */
input?: string; input?: StringOrNullType;
} }
/** /**

Loading…
Cancel
Save