interface Any {
    data: string;
    type_name: string;
}

Properties

Properties

data: string
type_name: string