UNPKG

tips-twisted

Version:
10 lines (9 loc) 206 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ClashPlayerDTO = void 0; /** * Generic player dto */ class ClashPlayerDTO { } exports.ClashPlayerDTO = ClashPlayerDTO;