Parameter for creating a git import request when source is Git version control

interface GitImportGitSource {
    overwrite?: boolean;
    url?: string;
}

Properties

Properties

overwrite?: boolean

Tells if this is a sync request or not

url?: string

Url for the source repo