Юниверс DG SDK UI
v2.15.0

Псевдоним типа IRefAttributeST

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