Sanity Library Reference Docs
    Preparing search index...

    What a generated module needs to know about the deployment it serves. name is the deployment's name, which is also the named export the generated module imports from the config module. configModule is that module's specifier relative to the directory holding the config file.

    interface EmittedDeployment {
        configModule: string;
        emission: DeploymentEmission;
        name: string;
    }
    Index

    Properties

    configModule: string
    name: string