Skip to content

Commit

Permalink
Merge meta props
Browse files Browse the repository at this point in the history
  • Loading branch information
n2o committed Sep 27, 2024
1 parent b7d0b37 commit 4c0bc95
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,7 @@ export type StrapiResponse<T> = {
message: string
}
}
meta?: {
pagination: {
page: number
pageSize: number
pageCount: number
total: number
}
}
meta?: StrapiMeta
}

export type StrapiMeta = {
Expand Down

0 comments on commit 4c0bc95

Please sign in to comment.