i-assertion-config
Configuration object for an assertion block
Name | i-assertion-config |
---|---|
Type | Interface |
Path | packages/blocks/src/building-blocks/assertion.ts |
Properties
Name | Type | Description |
---|---|---|
predicate | (client: IHass, input?: I) => Promise<boolean> | boolean | {
result: boolean;
output: O;
} | Promise<{
result: boolean;
output: O;
}> | |