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

Properties

Properties

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

Type declaration

  • Optional braname?: null | string

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

  • Optional is_active?: null | boolean

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