Skip to content

Commit

Permalink
Merge pull request #794 from storyblok/WEB-790
Browse files Browse the repository at this point in the history
WEB-790 - Export ISbResponseData interface
  • Loading branch information
alexjoverm authored Feb 27, 2024
2 parents 955785f + c634583 commit 5e29770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ interface ISbFlatMapped {
data: any
}

interface ISbResponseData {
export interface ISbResponseData {
link_uuids: string[]
links: string[]
rel_uuids: string[]
Expand Down

0 comments on commit 5e29770

Please sign in to comment.