interface IInput {
    data?: {
        braname?: null | string;
        container_type_id?: null | string;
        is_active?: null | boolean;
        unplaced_only?: null | boolean;
    };
}

Properties

Properties

data?: {
    braname?: null | string;
    container_type_id?: null | string;
    is_active?: null | boolean;
    unplaced_only?: null | boolean;
}

Type declaration

  • Optional braname?: null | string

    Кооперативный участок. Не указан — все доступные участки.

  • Optional container_type_id?: null | string

    Фильтр по типу боксов.

  • Optional is_active?: null | boolean

    Только боксы в обороте. Не указано — вместе с выведенными.

  • Optional unplaced_only?: null | boolean

    Только боксы без адреса.