interface LogPart {
    data: string;
    type: LogType;
}

Properties

Properties

data: string
type: LogType