urembo-hub-api
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    description?: string
    fieldType:
        | "email"
        | "phone"
        | "select"
        | "text"
        | "textarea"
        | "file"
        | "url"
        | "rich_text"
    isActive: boolean
    isMandatory: boolean
    isPaymentRelated?: boolean
    label: string
    placeholder?: string
    position: number
    role: "client" | "vendor" | "retailer" | "admin" | "manufacturer"
    selectOptions?: string[]
    validationRules?: any