Echo 73caee93c2 [Glitch] Profile redesign: Remove feature flag
Port ca5c0a144ade4bff7bd10446a39d86116879884e to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
2026-04-01 19:33:27 +02:00

8 lines
212 B
TypeScript

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