cleaning around api response types

This commit is contained in:
tiagosiebler
2022-05-11 23:58:53 +01:00
parent a89cb5148e
commit 326caac96a
6 changed files with 172 additions and 122 deletions

View File

@@ -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