Interface FileCreateWithData

Hierarchy

Properties

Properties

data: string

The data to set for the file path provided.

message?: string

The commit message

path: string

The full path to the file on the repo. (i.e: "examples/test.png")

repo: {
    branch?: string;
    owner: string;
    repo: string;
}

Type declaration

  • Optional branch?: string

    The branch to use on the repo

  • owner: string

    The name of the owner of the repo

  • repo: string

    The name of the repo to use

Generated using TypeDoc