Type Alias AppBeta

App: {
    files?: WorkspaceItem[];
    folder: WorkspaceItem;
    manifest?: JobManifest;
    manifest_entity?: WorkspaceItem;
}

Type representing an application with folder and optional manifest information.

Type declaration

  • Optional Betafiles?: WorkspaceItem[]

    Optional files associated with the application.

  • Betafolder: WorkspaceItem

    The folder associated with the application.

  • Optional Betamanifest?: JobManifest

    Optional job manifest associated with the application.

  • Optional Betamanifest_entity?: WorkspaceItem

    Optional manifest entity associated with the application.