UNPKG

@boristype/types

Version:

<h1 align="center">WT Types</h1> <div align="center"> Typescript типы для WebSoft HCM.

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