Type Alias WithExecutionLogs<T>

WithExecutionLogs<T>: T & {
    logs?: any[];
}

Type Parameters

  • T extends Record<string, any>