Skip to content

Commit 0a43960

Browse files
wip: terraform
1 parent a275407 commit 0a43960

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ export type User = Entity & {
2424
The above example is a user entity type definition. It represents an object, in this case a user within our domain. The user is defined by the id, name, and age attribute values. When working with entities,
2525
DomainJS will immediately help within the following areas of concern:
2626
27-
1. How to validate entities and reliably construct new entity instances?
27+
1. How to validate entities and reliably conpub struct new entity instances?
2828
2. How to observe the entity lifecycle?
2929
30-
#### How to validate entities and reliably construct new entity instances?
30+
#### How to validate entities and reliably conpub struct new entity instances?
3131
3232
Let's take a look at the following code example to understand entity validation in DomainJS.
3333

typings/env.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* Copyright © 2025, CosmicMind, Inc. */
2-
31
/// <reference types="vite/client" />
42

53
interface ImportMetaEnv {

0 commit comments

Comments
 (0)