Skip to content

CreditReservationCommand

Public command consuming or releasing one reservation.

const CreditReservationCommand: Schema.Struct<{
reservationId: Schema.brand<Schema.String, "CreditReservationId">;
}>;