@safe-global/safe-gateway-typescript-sdk
    Preparing search index...

    Type Alias Page<T>

    type Page<T> = {
        next?: string;
        previous?: string;
        results: T[];
    }

    Type Parameters

    • T
    Index

    Properties

    next?: string
    previous?: string
    results: T[]