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