@shieldz/sdk
    Preparing search index...

    Interface List<T>

    interface List<T> {
        data: T[];
        has_more: boolean;
        object: "list";
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    data: T[]
    has_more: boolean
    object: "list"