UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 170 B
export interface IPayioCompanyNatipayCredential { accessToken: string; refreshToken: string; expiresAt: Date; expiresIn: number; tokenType: string; }