mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:48:33 +00:00
add method to interface
This commit is contained in:
@@ -383,6 +383,7 @@ export interface IBaseModelSqlV2 {
|
||||
disableOptimization?: boolean;
|
||||
view?: View;
|
||||
}): Promise<any>;
|
||||
nestedInsert(data, request: NcRequest, _trx?, param?): Promise<any>;
|
||||
|
||||
broadcastLinkUpdates(ids: Array<string>): Promise<void>;
|
||||
getSource(): Promise<Source>;
|
||||
|
||||
Reference in New Issue
Block a user