Fake Mirrors
    Preparing search index...

    Interface ReplServerCommandContext

    Represents the repl-server context.

    interface ReplServerCommandContext {
        famir: Record<string, unknown>;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    famir: Record<string, unknown>