interface DataWithMessage {
    message: string;
}

Properties

Properties

message: string

Generated using TypeDoc