API reference › @evolu/common › Type › ObjectProps
type ObjectProps = Readonly<
Record<
string,
| TypeNode
| OptionalProperty<TypeNode>
| WithDefaultProperty<TypeNode, unknown, "replace" | "preserve">
>
>;
Defined in: packages/common/src/Type.ts:12252
Properties used to construct an object Type.