interface MessageAPIResponse {
    message: string;
}

Properties

Properties

message: string