Fake Mirrors
GitHub
Example
System
Light
Dark
Search…
Preparing search index...
@famir/repl-server
ReplServerCommandSpec
Interface ReplServerCommandSpec
Represents the repl-server command spec.
interface
ReplServerCommandSpec
{
description
:
string
;
name
:
string
;
options
:
ReplServerCommandOption
[]
;
params
?:
string
[]
;
schemaName
:
string
;
}
Properties
Readonly
description
description
:
string
Readonly
name
name
:
string
Readonly
options
options
:
ReplServerCommandOption
[]
Optional
Readonly
params
params
?:
string
[]
Readonly
schema
Name
schemaName
:
string
Properties
description
name
options
params
schema
Name
GitHub
Example
Fake Mirrors
Loading...
Represents the repl-server command spec.