Signed-off-by: Avior <git@avior.me>
This commit is contained in:
2024-06-13 22:34:40 +02:00
parent f50ec828fb
commit 89d2debb1e
24 changed files with 1615 additions and 1186 deletions

View File

@ -19,4 +19,4 @@ const schema = new Schema({
export default schema
export type ProjectObj = Impl<typeof schema>
export type StateObj = Impl<typeof schema>