UNPKG

fortel-ziweidoushu

Version:
8 lines (7 loc) 144 B
interface Star { getType(): string; getKey(): string; getDisplayName(): string; equals(star: Star): boolean; } export { Star };