UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

9 lines (8 loc) 165 B
export default interface IGitHubInfo { owner: string; repoName: string; branch?: string; folder?: string; title?: string; commit?: string; }