Skip to content

Documentation / @super-line/server / WriteOp

Type Alias: WriteOp

WriteOp = "insert" | "update" | "delete"

Defined in: collections/types.ts:20

The three row mutations a write policy guards.

Released under the MIT License.