interface Data {
    message: string;
    topic: string;
}

Properties

Properties

message: string
topic: string