UNPKG

@signumjs/core

Version:

Principal package with functions and models for building Signum Network applications.

8 lines (7 loc) 113 B
/** * Interface extension for indexable responses * */ export interface Indexable { nextIndex?: number; }