interface GetRpnStatusResponse {
    operationsLeft?: number;
    status: GetRpnStatusResponseStatus;
}

Properties

operationsLeft?: number

Number of operations left to perform before being operational.

If status = 'operational', you can perform rpn actions in write.