add a collection configuration type

This commit is contained in:
Mads Rasmussen
2023-11-02 15:36:11 +01:00
parent 468763e74d
commit 0a7fc31b7c

View File

@@ -0,0 +1,3 @@
export interface UmbCollectionConfiguration {
pageSize: number;
}