/**
 * This interface defines the options that can be sent into the USS list files qfunction
 */
export interface IUSSListOptions {
    /**
     * The indicator that we want to show less files
     */
    maxLength?: number;
}
