Skip to content

Commit 602a624

Browse files
committed
refactor: change keywords property type to ReadonlyArray
1 parent 45fdbd4 commit 602a624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-ts/src/types/config.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ interface Input {
7575
*
7676
* @default ['after', 'before', 'cursor', 'offset', 'page', 'start']
7777
*/
78-
keywords?: string[];
78+
keywords?: ReadonlyArray<string>;
7979
};
8080
/**
8181
* Path to the OpenAPI specification. This can be either local or remote path.

0 commit comments

Comments
 (0)