New directories for Types and API in frontned

This commit is contained in:
Imbus 2024-03-13 16:25:50 +01:00
parent 6601ea52d4
commit 6b09cfbf23
2 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1,3 @@
# API
This file contains the high-level API interface and implementation.

View file

@ -0,0 +1,4 @@
# Types
This directory contains TypeScript type definitions for the frontend.
This is primarily used by, but not limited to, the API responses and requests.