PGType<T extends Object> typedef

PGType<T extends Object> = Type<T>

Implementation

typedef PGType<T extends Object> = pg.Type<T>;