devowl-wp
    Preparing search index...
    interface ParamsRouteConsentAllGet {
        context?: string;
        from?: string;
        ip?: string;
        offset: number;
        per_page?: number;
        referer?: string;
        to?: string;
        uuid?: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any
    Index

    Properties

    context?: string
    from?: string
    ip?: string
    offset: number
    per_page?: number
    referer?: string
    to?: string
    uuid?: string