Interface LogObject

interface LogObject {
    clientId: string;
    countryCode: string;
    id: string;
    issuedBy?: string;
    pathname: string;
    propertyName: string;
    time: number;
}

Properties

clientId: string
countryCode: string
id: string
issuedBy?: string
pathname: string
propertyName: string
time: number

Generated using TypeDoc