We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd01aa3 commit 2990e7bCopy full SHA for 2990e7b
src/client/index.ts
@@ -20,7 +20,7 @@ export default abstract class Provider {
20
throw new Error('Function configure has not been defined')
21
}
22
23
- getSchema(): string {
+ getSchema(): any {
24
throw new Error('Function getSchema has not been defined')
25
26
0 commit comments