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

    Properties

    Properties

    items?: ApiAccessRule[]
    next?: boolean
    page?: number