UNPKG
@oddjs/odd
Version:
latest (0.37.2)
0.37.2
0.37.1
0.37.0
ODD SDK
odd.dev
oddsdk/ts-odd
@oddjs/odd
/
lib
/
appInfo.d.ts
8 lines
(7 loc)
•
113 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Information about your app. */
export
declare
type
AppInfo
= {
name
:
string
;
creator
:
string
; };