Documentation / @super-line/server / ServerCollectionOp
Type Alias: ServerCollectionOp
ServerCollectionOp = {
collection:string;op:"insert"|"update";row:unknown; } | {collection:string;id:string;op:"delete"; }
Defined in: collections/types.ts:22