API Ok DTO.

interface APIOk {
    ok: boolean;
}

Properties

Properties

ok: boolean

The status of successful completion of the request.