BSB Node.js Type Definitions
    Preparing search index...

    Type Alias SmartLogMeta<T>

    SmartLogMeta: ParamsFromString<T> extends never
        ? [undefined?]
        : [meta: Record<ParamsFromString<T>, UnsafeLogData | SafeLogData>]

    If you are going to make an object or something, use LogMeta instead.

    Type Parameters

    • T extends string