All Downloads are FREE. Search and download functionalities are using the official Maven repository.

crud_ionic_client_app.templates.src.providers.interfaces.pagination.ts.ftl Maven / Gradle / Ivy

The newest version!
/** Pagination interface used for correctly implementing pagination. */
export interface Pagination{
    size: number;
    page: number;
    total: boolean;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy