Skip to content

Commit

Permalink
Merge pull request #31 from dohomi/patch-1
Browse files Browse the repository at this point in the history
Add missing from_release typing
  • Loading branch information
onefriendaday authored Oct 27, 2019
2 parents 81077e9 + 2a1d69b commit fccb10c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export interface StoriesParams {
filter_query?: any
per_page?: number
page?: string
from_release?: string
}

export interface StoryParams {
Expand All @@ -133,6 +134,7 @@ export interface StoryParams {
resolve_links?: 'url' | 'story' | '0' | '1'
resolve_relations?: string
cv?: number
from_release?: string
}

export interface RichtextInstance {
Expand Down

0 comments on commit fccb10c

Please sign in to comment.