JsonLog: {
    events: {
        attributes: {
            key: string;
            value: string;
        }[];
        type: string;
    }[];
    msg_index: number;
}[]

Type declaration

  • events: {
        attributes: {
            key: string;
            value: string;
        }[];
        type: string;
    }[]
  • msg_index: number

Generated using TypeDoc