Type alias LockResponse

LockResponse: {
    description: string;
    promotionId: string;
    result: string;
}

Lock response

Type declaration

  • description: string
  • promotionId: string
  • result: string