interface CloneBranchRequest {
    name: string;
    title?: string;
}

Properties

Properties

name: string
title?: string