interface BranchResult {
    branchName: string;
    command: string;
    forkedSessionId: string;
    launched: boolean;
    projectDir?: string;
    trimMetrics?: TrimMetrics;
}

Properties

branchName: string
command: string
forkedSessionId: string
launched: boolean
projectDir?: string
trimMetrics?: TrimMetrics