UNPKG
supra-l1-sdk-core
Version:
latest (2.0.1)
2.0.1
2.0.0
Core of the Supra-L1-SDK
supra-l1-sdk-core
/
src
/
generated
/
models
/
DeletedTableData.ts
19 lines
(16 loc)
•
248 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
/** * Deleted table data */
export
type DeletedTableData = {
/** * Deleted key */
key: any;
/** * Deleted key type */
key_type: string; };