seperate project types, make tag dropdown location configurable, update api client

This commit is contained in:
Gregor Vostrak
2024-08-05 15:02:51 +02:00
parent 04bb8e50a7
commit 10cc5cf42a
9 changed files with 37 additions and 58 deletions

1
resources/js/types/projects.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
export type BillableKey = 'non-billable' | 'default-rate' | 'custom-rate';