UNPKG

cecon-interfaces

Version:
16 lines (15 loc) 342 B
export interface INatipayToken { appId: string; createdAt: Date; deviceId: string | null; expiresAt: Date; id: string; ipAddress: string | null; isRevoked: boolean; refreshToken: string; revokedAt: Date | null; sandbox: boolean; updatedAt: Date; userAgent: string | null; userId: string; }