Interface pushResponse

interface pushResponse {
    body: {
        commandId: string;
    };
    message: string;
    statusCode: number;
}

Properties

body: {
    commandId: string;
}
message: string
statusCode: number