Type Alias WithExecutionLogs<T>

WithExecutionLogs: T & { logs?: any[] }

Type Parameters

  • T extends Record<string, any>