Home > extract-pg-schema > TableSecurityPolicy > commandType
TableSecurityPolicy.commandType property
Command type the policy applies to. "ALL" if all commands.
Signature:
typescript
commandType: "ALL" | "SELECT" | "INSERT" | "UPDATE" | "DELETE";