Interface DeletedData

interface DeletedData {
    id: string;
    message: string;
}

Properties

Properties

id: string
message: string