UNPKG
@cbnsndwch/ghl-app-contracts
Version:
latest (0.5.2)
0.5.2
0.5.1
0.5.0
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
Data contracts for GHL Marketplace apps
github.com/cbnsndwch/ghl-sdk
cbnsndwch/ghl-sdk
@cbnsndwch/ghl-app-contracts
/
dist
/
common
/
has-id.contract.d.ts
10 lines
(9 loc)
•
163 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * A data contract that includes a unique identifier */
export
interface
HasId
{
/** * The unique identifier of the record */
id:
string
; }