@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_ws_header {
        example_value: Typed<string, {}>;
        name: Typed<string, {}>;
        required: Typed<boolean, {}>;
        short_description: Typed<string, {}>;
        web_service_definition: Typed<
            | string
            | ExplicitKey<"sys_ws_definition">
            | TableBrand<"sys_ws_definition">
            | Record<"sys_ws_definition">,
            { referenceTable: "sys_ws_definition" },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    example_value: Typed<string, {}>
    name: Typed<string, {}>
    required: Typed<boolean, {}>
    short_description: Typed<string, {}>
    web_service_definition: Typed<
        | string
        | ExplicitKey<"sys_ws_definition">
        | TableBrand<"sys_ws_definition">
        | Record<"sys_ws_definition">,
        { referenceTable: "sys_ws_definition" },
    >