export interface Any {
    typeUrl: string;
    value: string;
}
