Update to the latest APIs
This commit is contained in:
parent
8ae6e67eea
commit
f333a90fab
165 changed files with 2963 additions and 4747 deletions
|
@ -1,7 +1,5 @@
|
|||
import {AtUri} from '../../third-party/uri'
|
||||
import {Entity as Entities} from '../../third-party/api/src/types/app/bsky/post'
|
||||
|
||||
type Entity = Entities[0]
|
||||
import {Entity} from '../../third-party/api/src/client/types/app/bsky/feed/post'
|
||||
|
||||
export function pluralize(n: number, base: string, plural?: string): string {
|
||||
if (n === 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue