interface RequestLogs {
    logs: LogItem[];
    requestId: string;
}

Properties

Properties

logs: LogItem[]
requestId: string