interface GitRefUpdate {
    isLocked?: boolean;
    name?: string;
    newObjectId?: string;
    oldObjectId?: string;
    repositoryId?: string;
}

Properties

isLocked?: boolean
name?: string
newObjectId?: string
oldObjectId?: string
repositoryId?: string