forked from trent_larson/crowd-funder-for-time-pwa
fix the last of the type annotations (still have to fix no-explicit-any warnings)
This commit is contained in:
@@ -112,12 +112,12 @@ export function didInfo(
|
||||
}
|
||||
}
|
||||
|
||||
interface SuccessResult {
|
||||
export interface SuccessResult {
|
||||
type: "success";
|
||||
response: AxiosResponse<ClaimResult>;
|
||||
}
|
||||
|
||||
interface ErrorResult {
|
||||
export interface ErrorResult {
|
||||
type: "error";
|
||||
error: InternalError;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user