@servicenow/sdk - v4.4.1
    Preparing search index...

    Arguments for FileRequest messages.

    interface MapCodeRequestArgs {
        file: string;
        mapping: MapCodeRequestDocumentMapping;
        projectFileName?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    file: string

    The file for the request (absolute pathname required).

    The files and changes to try and apply/map.

    projectFileName?: string