Skip to content

Commit 5eebe47

Browse files
authored
Merge pull request #78 from Software-Developers-IRL/f/lastlink3
missing types from docs
2 parents bfa53f4 + edb69ac commit 5eebe47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
```typescript
1717
import { GenerateSqlFromMermaid } from "@funktechno/little-mermaid-2-the-sql/lib/src/Library";
1818
import { MarkdownContentResponseI } from "@funktechno/little-mermaid-2-the-sql/lib/src/types";
19+
import { DbEntityAttributesDefinition, DbRelSpec } from "@funktechno/little-mermaid-2-the-sql/lib/src/types";
1920

2021

2122
const markdownContent:MarkdownContentResponseI ={

0 commit comments

Comments
 (0)