interface MoveOptions {
    author?: AuthorOrCommitter;
    base_url: string;
    committer: AuthorOrCommitter;
    owner: string;
    path_after: string;
    path_before: string;
    ref?: string;
    repo: string;
    token: string;
}

Hierarchy

  • SharedConfig
    • MoveOptions

Properties

base_url: string
owner: string
path_after: string
path_before: string
ref?: string
repo: string
token: string