Omit type from constraint in avatar props
This commit is contained in:
@@ -54,7 +54,7 @@ interface EditableUserAvatarProps extends BaseUserAvatarProps {
|
|||||||
|
|
||||||
interface PreviewableUserAvatarProps extends BaseUserAvatarProps {
|
interface PreviewableUserAvatarProps extends BaseUserAvatarProps {
|
||||||
moderation?: ModerationUI
|
moderation?: ModerationUI
|
||||||
profile: AppBskyActorDefs.ProfileViewBasic
|
profile: Omit<AppBskyActorDefs.ProfileViewBasic, '$type'>
|
||||||
disableHoverCard?: boolean
|
disableHoverCard?: boolean
|
||||||
onBeforePress?: () => void
|
onBeforePress?: () => void
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user