Type alias BSBElement

BSBElement: {
    autocompleteAttributes?: string[];
    defaultValue?: string;
    placeholderValue?: string;
    type: "bsb";
} & LookupFormElement & FormElementRequired & FormElementReadOnly