feat(SW-176): add schemas

This commit is contained in:
Fredrik Thorsson
2024-08-22 15:03:41 +02:00
parent 31b239c577
commit deb3151edc
5 changed files with 79 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
export namespace endpoints {
export const enum v0 {
profile = "profile/v0/Profile",
availability = "availability/v0/availabilities/city",
}
export const enum v1 {
profile = "profile/v1/Profile",