@webitel/api-services
    Preparing search index...
    interface ApiDeviceAuditResponse {
        items?: ApiDeviceAudit[];
        next?: boolean;
        page?: number;
        size?: number;
    }
    Index

    Properties

    Properties

    items?: ApiDeviceAudit[]
    next?: boolean
    page?: number
    size?: number