Fake Mirrors
    Preparing search index...

    Interface ReplServerCommandSpec

    Represents the repl-server command spec.

    interface ReplServerCommandSpec {
        description: string;
        name: string;
        options: ReplServerCommandOption[];
        params?: string[];
        schemaName: string;
    }
    description: string
    name: string
    params?: string[]
    schemaName: string