The list of operations permitted on entity.

interface PermittedOperationsResponse {
    operations?: Operation[];
}

Hierarchy

  • Record<string, unknown>
    • PermittedOperationsResponse

Properties

Properties

operations?: Operation[]