Skip to content

UnassignSeatCommand

Public retry-safe command ending one continuous seat occupancy.

const UnassignSeatCommand: Schema.Struct<{
idempotencyKey: Schema.brand<Schema.String, "IdempotencyKey">;
assignmentId: Schema.brand<Schema.String, "SeatAssignmentId">;
principal: Schema.brand<Schema.String, "SeatAssignmentActorPrincipal">;
}>;