IGPAPI
    Preparing search index...

    Variable AddressBookFacadeConst

    AddressBookFacade: Effect<
        {
            acquireOwnerContacts: (
                ...args: [input: AddressBookAcquireOwnerContactsInput],
            ) => Promise<AddressBookAcquireOwnerContactsResponse>;
            link: (
                ...args: [input: AddressBookLinkInput],
            ) => Promise<AddressBookLinkResponse>;
        },
        never,
        PlainJsonApiHttp
        | MobileDevice,
    > = ...