UNPKG
@atproto/lex-cli
Version:
latest (0.9.6)
next (0.3.2-next.0)
rc (0.5.0-rc.1)
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.3
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.5.0-rc.1
0.5.0-rc.0
0.4.1
0.4.0
0.3.2
0.3.2-next.0
0.3.1
0.3.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
TypeScript codegen tool for atproto Lexicon schemas
atproto.com
bluesky-social/atproto
@atproto/lex-cli
/
dist
/
types.d.ts
13 lines
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
interface
GeneratedFile
{
path
:
string
;
content
:
string
; }
export
interface
GeneratedAPI
{
files
:
GeneratedFile
[]; }
export
interface
FileDiff
{
act
:
'add'
|
'mod'
|
'del'
;
path
:
string
;
content
?:
string
; }
//# sourceMappingURL=types.d.ts.map