Type Alias: AlloyInstance()
type AlloyInstance = (command, options?) => Promise<unknown>;
Parameters
Parameter
Type
commandstringoptions?Record<string, unknown>Returns
Promise<unknown>
type AlloyInstance = (command, options?) => Promise<unknown>;
commandstringoptions?Record<string, unknown>Promise<unknown>