UNPKG

@rytass/member-base-nestjs-module

Version:

Rytass Member System NestJS Base Module

8 lines (7 loc) 270 B
import { MemberLoginLogEntity } from '../../models/member-login-log.entity'; export declare class MemberLoginLogGraphQLDto implements Omit<MemberLoginLogEntity, 'memberId' | 'member'> { id: string; success: boolean; ip: string | null; createdAt: Date; }