New directories for Types and API in frontned
This commit is contained in:
parent
6601ea52d4
commit
6b09cfbf23
2 changed files with 7 additions and 0 deletions
3
frontend/src/API/README.md
Normal file
3
frontend/src/API/README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# API
|
||||||
|
|
||||||
|
This file contains the high-level API interface and implementation.
|
4
frontend/src/Types/README.md
Normal file
4
frontend/src/Types/README.md
Normal 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.
|
Loading…
Reference in a new issue