MDAA TS Docs
    Preparing search index...

    Interface ProjectionFile

    A single file the projector will write.

    interface ProjectionFile {
        contents: string;
        path: string;
    }
    Index

    Properties

    Properties

    contents: string

    Full file contents to write.

    path: string

    Path relative to the consumer repo root.