nightingale-monorepo
    Preparing search index...

    Interface MetadataWithError

    interface MetadataWithError {
        context?: Record<string, unknown>;
        error?: Error;
        [propName: string]: unknown;
    }

    Hierarchy

    • Metadata
      • MetadataWithError

    Indexable

    • [propName: string]: unknown
    Index

    Properties

    Properties

    context?: Record<string, unknown>
    error?: Error