Query Option Type

interface Option {
    options?: OptionItem;
}

Properties

Properties

options?: OptionItem