gatelineAPI reference
interface SeedResult {
    mode: "none" | "clone" | "copy";
    seeded: string[];
}

Properties

Properties

mode: "none" | "clone" | "copy"

How the last seed got there; none when nothing was seeded.

seeded: string[]

Package directories seeded, relative to the worktree root ('' is the root itself).