Type alias CommitNotFetchedErrorData

CommitNotFetchedErrorData: {
    oid: string;
    ref: string;
}

Type declaration

  • oid: string
  • ref: string

Generated using TypeDoc