UnassignSeatCommand
Public retry-safe command ending one continuous seat occupancy.
Declaration
Section titled “Declaration”const UnassignSeatCommand: Schema.Struct<{ idempotencyKey: Schema.brand<Schema.String, "IdempotencyKey">; assignmentId: Schema.brand<Schema.String, "SeatAssignmentId">; principal: Schema.brand<Schema.String, "SeatAssignmentActorPrincipal">;}>;