Preparing search index...
    IRefAttributeST: Omit<IAbstractAttribute<IRefFormField>, "type"> & {
        type: STRING | INTEGER;
    } & (
        { getOptions: RefAttributeSTGetOptionsFn }
        | { options: SelectOption[] }
    )