UNPKG

@globexit/websoft-types

Version:

<h1 align="center">Websoft Types</h1> <div align="center"> Typescript типы и трансформеры для WebSoft HCM.

4 lines (3 loc) 54 B
type IQueryResult<T> = T & { PrimaryKey: number; };