Theia API Documentation v1.70.0
    Preparing search index...

    Duplicate the interface declarations from the original nls module so that consumers get the same types without importing from the aliased path.

    interface ILocalizeInfo {
        comment: string[];
        key: string;
    }
    Index

    Properties

    Properties

    comment: string[]
    key: string