UNPKG
@atcute/bluesky
Version:
latest (3.3.0)
3.3.0
3.2.21
3.2.20
3.2.19
3.2.18
3.2.17
3.2.16
3.2.15
3.2.14
3.2.13
3.2.12
3.2.11
3.2.10
3.2.9
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.15
1.0.14
1.0.13
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Bluesky (app.bsky.* and chat.bsky.*) schema definitions
github.com/mary-ext/atcute
@atcute/bluesky
/
lib
/
utilities
/
starterpack.ts
7 lines
(5 loc)
•
229 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
type
{
AppBskyGraphDefs
}
from
'../lexicons/index.ts'
;
/** * a union type of all possible starterpack views. */
export
type
AnyStarterPackView
=
AppBskyGraphDefs
.
StarterPackViewBasic
|
AppBskyGraphDefs
.
StarterPackView
;