diff --git a/taskRequests/README.md b/taskRequests/README.md new file mode 100644 index 0000000..c64b177 --- /dev/null +++ b/taskRequests/README.md @@ -0,0 +1,12 @@ +# Task Request + +Firestore Task Requests collection data model + +``` +{ + approvedTo?: string, + id: string, + requestors: string[], + status: "APPROVED" | "WAITING", +} +```