UNPKG

mobyo-interfaces

Version:
8 lines (7 loc) 186 B
import { ESubsStatus } from '../../../general'; export interface IPayioJwtPayloadSubscription { expiresAt: number; id: string; status: ESubsStatus; usedTrial: boolean; }