c3nav
    Preparing search index...

    Interface MeshListResponse<T>

    interface MeshListResponse<T> {
        count: number;
        items: T[];
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    count: number
    items: T[]