@suluk/deploy - v0.1.4
    Preparing search index...

    Interface DeployFile

    A file the provider wants written into the project.

    interface DeployFile {
        path: string;
        content: string;
    }
    Index

    Properties

    Properties

    path: string
    content: string