export interface AddressSubscriptionV0 {
    'address'?: (string)[];
}
export interface AddressSubscriptionV0__Output {
    'address': (string)[];
}
