( schema: S )
| 224 | * @since 4.0.0 |
| 225 | */ |
| 226 | export const GeneratedByDb = <S extends Schema.Top>( |
| 227 | schema: S |
| 228 | ): GeneratedByDb<S> => |
| 229 | Field({ |
| 230 | select: schema, |
| 231 | json: schema |
| 232 | }) |
| 233 | |
| 234 | /** |
| 235 | * Variant field type for an application-generated value that is present in |