// eslint-disable-next-line @typescript-eslint/no-unused-vars
namespace OSFramework.OSUI.Patterns.Gallery {
	/**
	 * Defines the interface for OutSystemsUI Gallery Pattern
	 *
	 * @export
	 * @interface IGallery
	 * @extends {Interface.IPattern}
	 */
	export interface IGallery extends Interface.IPattern {}
}
