* @category custom types * @since 1.0.0
| 418 | * @since 1.0.0 |
| 419 | */ |
| 420 | interface ClickhouseParam extends Statement.Custom<"ClickhouseParam", string, unknown> {} |
| 421 | |
| 422 | const clickhouseParam = Statement.custom<ClickhouseParam>("ClickhouseParam") |
| 423 | const isClickhouseParam = Statement.isCustom<ClickhouseParam>("ClickhouseParam") |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…