UNPKG

marga

Version:
7 lines (6 loc) 155 B
import Entity from '../../entity/Entity'; declare class BigEntity extends Entity { isBanco: boolean; isPunto: boolean; } export default BigEntity;