UNPKG

cecon-interfaces

Version:
11 lines (10 loc) 277 B
import { EDocType } from '../../../general'; export interface IPayioJwtPayloadInfo { companyId: string; docType: EDocType | null; doc: string | null; companyName: string; containerId: string | null; containerName: string | null; sandbox: boolean; }