CCC Docs
    Preparing search index...
    addressSchema: ObjectSchema<
        {
            address: StringSchema<undefined>;
            publicKey: StringSchema<undefined>;
            purpose: EnumSchema<typeof AddressPurpose, undefined>;
            addressType: EnumSchema<typeof AddressType, undefined>;
        },
        undefined,
    > = ...