8 lines
227 B
YAML
8 lines
227 B
YAML
packages:
|
|
- path: "github.com/timetracker/backend/internal/api/dto"
|
|
type_mappings:
|
|
"time.Time": "string"
|
|
"types.ULID": "string"
|
|
"types.Nullable": "Nullable"
|
|
output_path: ../frontend/src/types/dto.ts
|