Interface IApillonList<I>

interface IApillonList<I> {
    items: I[];
    total: number;
}

Type Parameters

  • I

Properties

Properties

items: I[]
total: number