CreateDeleteEntityAction type

Represents the Create or Delete Entity operation to be included in a Transaction request

type CreateDeleteEntityAction = ["create" | "delete", TableEntity]