Interface devices

interface devices {
    body: body;
    message: string;
    statusCode: number;
}

Properties

body: body
message: string
statusCode: number