import { AvatarModel } from '../../../models/avatar/avatar' import { FunctionProperties } from '@server/typings/utils' export type MAvatar = AvatarModel // ############################################################################ // Format for API or AP object export type MAvatarFormattable = FunctionProperties & Pick