@servicenow/sdk - v4.4.1
    Preparing search index...
    interface DirectoryLocations {
        bin?: string;
        doc?: string;
        example?: string;
        lib?: string;
        man?: string;
        test?: string;
        [directoryType: string]: unknown;
    }

    Indexable

    • [directoryType: string]: unknown
    Index

    Properties

    bin?: string

    Location for executable scripts. Sugar to generate entries in the bin property by walking the folder.

    doc?: string

    Location for Markdown files.

    example?: string

    Location for example scripts.

    lib?: string

    Location for the bulk of the library.

    man?: string

    Location for man pages. Sugar to generate a man array by walking the folder.

    test?: string

    Location for test files.