@servicenow/sdk - v4.4.1
    Preparing search index...
    interface sys_security_operation {
        description: Typed<string, {}>;
        name: Typed<string, { mandatory: true }>;
        order: Typed<number, {}>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description: Typed<string, {}>
    name: Typed<string, { mandatory: true }>
    order: Typed<number, {}>