@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_hub_flow_block {
        label_cache: Typed<
            string,
            {
                active: true;
                dropdown: "none";
                label: "Label Cache";
                mandatory: false;
                maxLength: 8000;
                read_only: false;
            },
        >;
        name: Typed<
            string,
            {
                active: true;
                dropdown: "none";
                label: "Name";
                mandatory: true;
                maxLength: 255;
                read_only: false;
            },
        >;
        sys_domain: Typed<
            "global"
            | Record<"domain">,
            {
                active: true;
                default: "global";
                label: "Domain";
                mandatory: false;
                read_only: false;
            },
        >;
        sys_domain_path: Typed<
            string,
            {
                active: true;
                default: "/";
                label: "Domain Path";
                mandatory: false;
                read_only: false;
            },
        >;
        sys_id: Typed<
            string
            | number,
            {
                active: true;
                column_type: "GUID";
                label: "Sys ID";
                mandatory: false;
                read_only: false;
            },
        >;
        sys_overrides: Typed<
            | string
            | ExplicitKey<"sys_hub_flow_block">
            | TableBrand<"sys_hub_flow_block">
            | Record<"sys_hub_flow_block">,
            {
                active: true;
                label: "Sys overrides";
                mandatory: false;
                read_only: false;
                referenceTable: "sys_hub_flow_block";
            },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    label_cache: Typed<
        string,
        {
            active: true;
            dropdown: "none";
            label: "Label Cache";
            mandatory: false;
            maxLength: 8000;
            read_only: false;
        },
    >
    name: Typed<
        string,
        {
            active: true;
            dropdown: "none";
            label: "Name";
            mandatory: true;
            maxLength: 255;
            read_only: false;
        },
    >
    sys_domain: Typed<
        "global"
        | Record<"domain">,
        {
            active: true;
            default: "global";
            label: "Domain";
            mandatory: false;
            read_only: false;
        },
    >
    sys_domain_path: Typed<
        string,
        {
            active: true;
            default: "/";
            label: "Domain Path";
            mandatory: false;
            read_only: false;
        },
    >
    sys_id: Typed<
        string
        | number,
        {
            active: true;
            column_type: "GUID";
            label: "Sys ID";
            mandatory: false;
            read_only: false;
        },
    >
    sys_overrides: Typed<
        | string
        | ExplicitKey<"sys_hub_flow_block">
        | TableBrand<"sys_hub_flow_block">
        | Record<"sys_hub_flow_block">,
        {
            active: true;
            label: "Sys overrides";
            mandatory: false;
            read_only: false;
            referenceTable: "sys_hub_flow_block";
        },
    >