Skip to content

Commit

Permalink
Merge pull request #15011 from drubetti/fix/factories-types
Browse files Browse the repository at this point in the history
  • Loading branch information
Convly committed Jan 11, 2023
2 parents 467080c + e3995c5 commit 6750fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/strapi/lib/types/factories.d.ts
Expand Up @@ -30,7 +30,7 @@ type CollectionTypeRouterConfig = {

type RouterConfig = {
prefix?: string;
only: string[];
only?: string[];
except?: string[];
config: SingleTypeRouterConfig | CollectionTypeRouterConfig;
};
Expand Down

0 comments on commit 6750fbc

Please sign in to comment.