Skip to content

Commit

Permalink
chore: type gen
Browse files Browse the repository at this point in the history
  • Loading branch information
yjane99 committed Apr 12, 2024
1 parent 452fae4 commit 3af2adc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions raven-app/src/types/RavenMessaging/RavenPollVote.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

export interface RavenPollVote{
creation: string
name: string
modified: string
owner: string
modified_by: string
docstatus: 0 | 1 | 2
parent?: string
parentfield?: string
parenttype?: string
idx?: number
/** User : Link - Raven User */
user_id: string
/** Poll : Link - Raven Poll */
poll_id: string
/** Option : Data */
option: string
}

0 comments on commit 3af2adc

Please sign in to comment.