@sunrise-upc/mobile-prod-card 4.6.1-beta.1 → 4.6.1-beta.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,10 @@
|
|
1
|
-
export declare const fetchAddress: (address: any, controllerRef: any, setAddErr: any, count?: number) => Promise<any[] |
|
1
|
+
export declare const fetchAddress: (address: any, controllerRef: any, setAddErr: any, count?: number) => Promise<any[] | {
|
2
|
+
abortError: boolean;
|
3
|
+
error?: undefined;
|
4
|
+
} | {
|
5
|
+
error: boolean;
|
6
|
+
abortError?: undefined;
|
7
|
+
} | undefined>;
|
2
8
|
export declare const getLineCheckService: (selectedAdd: any, setLcData: any, lcData: any) => unknown;
|
3
9
|
export declare const fetchLineCheck: (payload: any, setLcData: any, lcData: any) => Promise<{
|
4
10
|
corelationaId: any;
|