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

    Hierarchy (View Summary)

    Index

    Properties

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