/**
 * Contains configuration of the tree case view service
 */
export interface TreeCaseViewConfiguration {
    /**
     * The page size of requests for loading node children
     */
    pageSize: number;
}
