@umbraco-cms/backoffice

    Interface UmbPagedModel<T>

    interface UmbPagedModel<T> {
        items: T[];
        total: number;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    items: T[]
    total: number
    MMNEPVFCICPMFPCPTTAAATR