mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
14 lines
369 B
Markdown
14 lines
369 B
Markdown
# shared
|
|
Gradido Shared Code, Low-Level Shared Code, without dependencies on other modules
|
|
|
|
## Bun-Compatibility
|
|
Full bun compatible
|
|
|
|
## Enums
|
|
All enums used across more than one module
|
|
Additional with zod Schema but working only with zod v4 and this needs typescript 5
|
|
|
|
## Schemas
|
|
All schemas for data validation used across more than one module
|
|
Tests written for bun
|