KC's Workspace
    Preparing search index...
    interface LogErrorOptions {
        clear?: boolean;
        environment?: string;
        error?: Error | RollupError | null;
        timestamp?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    clear?: boolean
    environment?: string
    error?: Error | RollupError | null
    timestamp?: boolean