From 53e43a957c2e0f3f020c34653cbf5029ec6dd8bb Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 9 Sep 2025 18:38:21 +0300 Subject: run `yarn lint --fix` (#9013) --- src/types/bsky/index.ts | 2 +- src/types/bsky/post.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/types') diff --git a/src/types/bsky/index.ts b/src/types/bsky/index.ts index d5acbdbb5..d482f9515 100644 --- a/src/types/bsky/index.ts +++ b/src/types/bsky/index.ts @@ -1,4 +1,4 @@ -import {ValidationResult} from '@atproto/lexicon' +import {type ValidationResult} from '@atproto/lexicon' export * as post from '#/types/bsky/post' export * as profile from '#/types/bsky/profile' diff --git a/src/types/bsky/post.ts b/src/types/bsky/post.ts index 61b63dce7..fada39da8 100644 --- a/src/types/bsky/post.ts +++ b/src/types/bsky/post.ts @@ -1,5 +1,5 @@ import { - $Typed, + type $Typed, AppBskyEmbedExternal, AppBskyEmbedImages, AppBskyEmbedRecord, -- cgit 1.4.1