UNPKG

mc-piston-api

Version:

A library to assist with Minecraft's piston-meta API.

11 lines (9 loc) 160 B
export interface AssetObject { hash: string; size: number; } export interface AssetIndex { objects: { [key: string]: AssetObject; }; }