UNPKG

fortel-ziweidoushu

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