Batch<C>: {
    breadcrumb: Project.LoadCompile.Batch.Compilations.Breadcrumb<C>;
    entry: Project.LoadCompile.Batch.Entry<C>;
    input: Project.LoadCompile.Batch.Compilation<C>;
    output: Project.LoadCompile.Batch.Compilation<C> & {
        db: Resources<C>;
    };
    result: Project.LoadCompile.Batch.Result<C>;
    structure: Project.LoadCompile.Batch.Compilations.Structure<C>;
}

Type Parameters

Generated using TypeDoc