Skip to content

Commit

Permalink
feat: Added application satisfaction form
Browse files Browse the repository at this point in the history
  • Loading branch information
miguel-merlin committed Apr 9, 2024
1 parent 22797f1 commit 8469c9f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/types/applicationSatisfcationForm.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export interface ApplicationSatisfactionForm {
id: string
applicationFormId: string
rating: number
body: string
}
1 change: 1 addition & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ export * from './event'
export * from './eventForm'
export * from './blog'
export * from './applicationForm'
export * from './applicationSatisfcationForm'

0 comments on commit 8469c9f

Please sign in to comment.