Skip to content

Commit

Permalink
queries: update enums
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoAcosta committed Oct 15, 2024
1 parent c99dbe9 commit c6b15fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ts-interfaces/types/questions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { AccountAddress, Timestamp } from './basic'
import { Option } from './options'

export enum QuestionType {
Null = 'Null',
Open = 'Open',
Fixed = 'Fixed',
}
Expand Down
1 change: 1 addition & 0 deletions ts-interfaces/types/stamps.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { AccountAddress, Timestamp } from './basic'

export enum StampType {
Null = 'Null',
AccountOwnership = 'AccountOwnership',
FollowerSince = 'FollowerSince',
}
Expand Down

0 comments on commit c6b15fd

Please sign in to comment.