Skip to content

Commit

Permalink
Export AnnotationResponse type (makenotion#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwanner83 authored May 4, 2024
1 parent 7950edc commit a76b7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api-endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ type VerificationPropertyResponse = {
| null
}

type AnnotationResponse = {
export type AnnotationResponse = {
bold: boolean
italic: boolean
strikethrough: boolean
Expand Down

0 comments on commit a76b7f0

Please sign in to comment.