Interface LogTraceParams

interface LogTraceParams {
    message: string;
    verbose?: string;
}

Properties

Properties

message: string
verbose?: string