8 lines
205 B
TypeScript

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