UNPKG

@villedemontreal/workit-types

Version:
12 lines (11 loc) 208 B
export interface IPluginConfig { /** * Whether to enable the plugin. * @default true */ enabled?: boolean; /** * Path of the trace plugin to load. */ path?: string; }