(
scenario: string,
props: Record<string, string | number | boolean | null>,
error: unknown
)
| 58 | props: Record<string, string | number | boolean | null> |
| 59 | ): Promise<void> |
| 60 | error( |
| 61 | scenario: string, |
| 62 | props: Record<string, string | number | boolean | null>, |
| 63 | error: unknown |
no outgoing calls