import type { AccountFieldShape } from '@/mastodon/models/account'; export interface AccountField extends AccountFieldShape { nameHasEmojis: boolean; value_plain: string; valueHasEmojis: boolean; }