Updates
This commit is contained in:
Vendored
+1
@@ -1308,6 +1308,7 @@ export type DsqlMethodCrudParam<T extends {
|
||||
}) => Promise<T>;
|
||||
existingData?: T;
|
||||
targetId?: string | number;
|
||||
sanitize?: (data?: T) => T;
|
||||
};
|
||||
export declare const DsqlCrudActions: readonly ["insert", "update", "delete", "get"];
|
||||
export type DsqlCrudQueryObject<T extends {
|
||||
|
||||
Reference in New Issue
Block a user