Type Alias ParameterActionKind

ParameterActionKind:
    | "Create"
    | "Update"
    | "Delete"
    | "Execute"

filter on type of operation