UNPKG

cecon-interfaces

Version:
13 lines (12 loc) 447 B
import { EDocType } from '../../../general'; import { IPayioJwtPayloadInfo } from '../interfaces/i-payload-info'; export declare class PayioJwtPayloadInfoEntity implements IPayioJwtPayloadInfo { companyId: string; companyName: string; containerId: string | null; containerName: string | null; sandbox: boolean; docType: EDocType | null; doc: string | null; constructor(data?: Partial<PayioJwtPayloadInfoEntity>); }