UNPKG

marga

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