Skip to content

Commit 685d6c7

Browse files
committed
docs: update resolverClasses description
1 parent 3f6e1f8 commit 685d6c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ export const configSchema = object({
108108
*/
109109
packageName: optional(string()),
110110
/**
111-
* Denotes types that should be generated as interfaces rather than classes. Resolver classes should inherit from these to enforce a type contract.
111+
* Denotes types that should be generated as interfaces rather than classes. Resolver classes should implement the
112+
* interface functions to enforce a type contract.
112113
*
113114
* Type names can be optionally passed with the classMethods config to generate the interface with `suspend` functions or
114115
* `java.util.concurrent.CompletableFuture` functions.

0 commit comments

Comments
 (0)