import { ServerModel } from '../../../models/server/server' import { PickWith } from '../../utils' import { MAccountBlocklistId } from '../account' type Use = PickWith // ############################################################################ export type MServer = Omit // ############################################################################ export type MServerHost = Pick export type MServerHostBlocks = MServerHost & Use<'BlockedByAccounts', MAccountBlocklistId[]>