Generic Commit; Most likely a fix or small feature
This commit is contained in:
@@ -5,9 +5,9 @@ export type ServiceResult<T = unknown> = {
|
||||
successful: boolean;
|
||||
};
|
||||
|
||||
export type API_Error = {
|
||||
error: string;
|
||||
};
|
||||
export class API_Error {
|
||||
constructor(public error: string) {}
|
||||
}
|
||||
|
||||
export abstract class BaseClient {
|
||||
private axiosInstance: AxiosInstance;
|
||||
|
||||
Reference in New Issue
Block a user