@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_perspective {
        application: Typed<string, { label: "Application" }>;
        applications: Typed<string, { array: true; label: "Applications" }>;
        name: Typed<string, { label: "Name" }>;
        order: Typed<number, { label: "Order" }>;
        roles: Typed<
            string,
            {
                array: true;
                attributes: { record_watcher_blacklist: true };
                label: "Roles";
            },
        >;
        sys_id: Typed<
            string,
            {
                label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
                primary: true;
            },
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    application: Typed<string, { label: "Application" }>
    applications: Typed<string, { array: true; label: "Applications" }>
    name: Typed<string, { label: "Name" }>
    order: Typed<number, { label: "Order" }>
    roles: Typed<
        string,
        {
            array: true;
            attributes: { record_watcher_blacklist: true };
            label: "Roles";
        },
    >
    sys_id: Typed<
        string,
        {
            label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
            primary: true;
        },
    >