BUPKIS
    Preparing search index...

    Interface GlobalMeta

    interface GlobalMeta {
        deprecated?: boolean;
        description?: string;
        id?: string;
        title?: string;
        [k: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [k: string]: unknown
    Index

    Properties

    deprecated?: boolean
    description?: string
    id?: string
    title?: string