UNPKG

@querc/squidex-client

Version:

NodeJS client for the [Squidex](https://squidex.io/) CMS

8 lines (7 loc) 193 B
/** A collection of Squidex content */ export declare class SquidexContentCollection<T> { /** The total number of items */ total: number; /** The content items */ items: T[]; }