Workstation API - v0.6.2
    Preparing search index...

    Interface CustomToolResource

    interface CustomToolResource {
        build: CommandSpec;
        dependsOn?: readonly string[];
        kind: "custom-tool";
        name: string;
        source: string;
        sourceHash?: string;
        target: string;
    }

    Hierarchy

    • ResourceDependencies
      • CustomToolResource
    Index
    dependsOn?: readonly string[]
    kind: "custom-tool"
    name: string
    source: string
    sourceHash?: string
    target: string