import { TWithId, TWithName, TWithTags } from '../../Mixins'; import { TOptional } from '@hellpig/anarchy-shared/Utils'; export type TEntityParams = TWithTags & TWithName & TOptional;