diff --git a/src/types/bsky/profile.ts b/src/types/bsky/profile.ts index 9a36c8cd9b..7449f117e3 100644 --- a/src/types/bsky/profile.ts +++ b/src/types/bsky/profile.ts @@ -1,9 +1,5 @@ import {AppBskyActorDefs, ChatBskyActorDefs} from '@atproto/api' -export const isBasicView = AppBskyActorDefs.isProfileViewBasic -export const isDetailedView = AppBskyActorDefs.isProfileViewDetailed -export const isView = AppBskyActorDefs.isProfileView - /** * Matches any profile view exported by our SDK */