UNPKG
@cobaltx/sdk-v2
Version:
latest (1.0.0)
1.0.0
0.0.3
0.0.2
An SDK for building applications on top of CobaltX.
cobaltx-io/cobaltx-sdk-V2
@cobaltx/sdk-v2
/
lib
/
common
/
json-file.d.ts
12 lines
(10 loc)
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
interface
JsonFileMetaData
{
readonly
name
:
string
;
readonly
timestamp
:
string
;
readonly
version
: {
major
:
number
;
minor
:
number
;
patch
:
number
; }; }
export
{
JsonFileMetaData
};