UNPKG

@raona/sp

Version:

Raona utilities to work with Sharepoint using pnp/sp

5 lines (4 loc) 119 B
import { LogEntry } from "@pnp/logging"; export interface TypedLogEntry<T = {}> extends LogEntry { data?: T; }