interface IInput {
    input: {
        offer_id: string;
        warranty_days: number;
    };
}

Properties

Properties

input: {
    offer_id: string;
    warranty_days: number;
}

Type declaration

  • offer_id: string
  • warranty_days: number

    Новый гарантийный срок возврата в днях (окно возврата имущества).