Unvendor the api and switch to @atproto/api
This commit is contained in:
parent
7f4a54ff0d
commit
4913a07e33
109 changed files with 140 additions and 13781 deletions
|
@ -1,6 +1,8 @@
|
|||
import {makeAutoObservable} from 'mobx'
|
||||
import * as GetFollows from '../../third-party/api/src/client/types/app/bsky/graph/getFollows'
|
||||
import * as ActorRef from '../../third-party/api/src/client/types/app/bsky/actor/ref'
|
||||
import {
|
||||
AppBskyGraphGetFollows as GetFollows,
|
||||
AppBskyActorRef as ActorRef,
|
||||
} from '@atproto/api'
|
||||
import {RootStoreModel} from './root-store'
|
||||
|
||||
export type FollowItem = GetFollows.Follow & {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue