@ferricstore/ferricstore
Preparing search index...
langgraph
FerricStoreCommandClient
Interface FerricStoreCommandClient
interface
FerricStoreCommandClient
{
command
(
...
args
:
CommandArgument
[]
)
:
Promise
<
unknown
>
;
pipeline
?
(
commands
:
readonly
Command
[]
)
:
Promise
<
unknown
[]
>
;
}
Index
Methods
command
pipeline?
Methods
command
command
(
...
args
:
CommandArgument
[]
)
:
Promise
<
unknown
>
Parameters
...
args
:
CommandArgument
[]
Returns
Promise
<
unknown
>
Optional
pipeline
pipeline
?
(
commands
:
readonly
Command
[]
)
:
Promise
<
unknown
[]
>
Parameters
commands
:
readonly
Command
[]
Returns
Promise
<
unknown
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
command
pipeline
@ferricstore/ferricstore
Loading...