Skip to content

Commit

Permalink
fix(v5): locale type can be null (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
olrtg authored Oct 16, 2024
1 parent c788351 commit 03627d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/types/v5.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface Strapi5RequestParams {
pagination?: PaginationByOffset | PaginationByPage
filters?: Record<string, unknown>
publicationState?: 'live' | 'preview'
locale?: StrapiLocale
locale?: StrapiLocale | null
}

export interface StrapiSystemFields {
Expand Down

0 comments on commit 03627d8

Please sign in to comment.