Skip to content

Commit

Permalink
Add base.ts (#1334)
Browse files Browse the repository at this point in the history
* Add BackEnd and StoryLine module docs

* Add docs for StoryLine and backend

* Add base.ts

* Add base.ts

---------

Co-authored-by: mCell <[email protected]>
  • Loading branch information
Nan1179 and minorcell authored Feb 15, 2025
1 parent 3e560bf commit a1dbca4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/develop/guidance/base.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
type Step = {
// TODO
}

type NodeTask = {
// TODO
}

type Level = {
// TODO
}

type StoryLine = {
id: string
// TODO
}

type UserStoryLineRelationship = {
// TODO
}

0 comments on commit a1dbca4

Please sign in to comment.