(cause: unknown)
| 451 | * @category models |
| 452 | * @since 4.0.0 |
| 453 | */ |
| 454 | export type PgCustom = PgJson |
| 455 | |
| 456 | /** |
| 457 | * @category models |
| 458 | * @since 4.0.0 |
| 459 | */ |
| 460 | interface PgJson extends Custom<"PgJson", unknown> {} |
| 461 | const PgJson = Statement.custom<PgJson>("PgJson") |
| 462 |
no outgoing calls
no test coverage detected
searching dependent graphs…