import { ProtoAccount } from '../../../common/protos'; import { ProtoInfer } from '../../../common/types'; export type AddUserDto = { tag: string; email: string; level: number; } & Partial['account']>;