We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd7334 commit dd220beCopy full SHA for dd220be
1 file changed
src/interface.ts
@@ -60,10 +60,6 @@ export interface ConverttoPDFResponse {
60
version: number;
61
}
62
63
-export interface LoginResponse {
64
- token: string;
65
-}
66
-
67
export interface ErrorResponse {
68
message: string;
69
0 commit comments