success response success response return by the API

interface SuccessResponse {
    message: string;
}

Properties

Properties

message: string

message