cleaning around api response types
This commit is contained in:
@@ -19,8 +19,6 @@ export interface RestClientOptions {
|
||||
parse_exceptions?: boolean;
|
||||
}
|
||||
|
||||
export type GenericAPIResponse<T = any> = Promise<T>;
|
||||
|
||||
export function serializeParams(
|
||||
params: object = {},
|
||||
strict_validation = false
|
||||
|
||||
Reference in New Issue
Block a user