Port ca5c0a144ade4bff7bd10446a39d86116879884e to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
8 lines
212 B
TypeScript
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;
|
|
}
|