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
/
src
/
appInfo.ts
7 lines
•
97 B
text/typescript
View Raw
1
2
3
4
5
6
7
/** * Information about your app. */
export
type
AppInfo = { name:
string
creator:
string
}