Skip to content

Commit 2990e7b

Browse files
committed
feat(sdk): return raw schemas instead of strings
1 parent cd01aa3 commit 2990e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export default abstract class Provider {
2020
throw new Error('Function configure has not been defined')
2121
}
2222

23-
getSchema(): string {
23+
getSchema(): any {
2424
throw new Error('Function getSchema has not been defined')
2525
}
2626

0 commit comments

Comments
 (0)