UNPKG

outsystems-ui

Version:
12 lines (11 loc) 329 B
// eslint-disable-next-line @typescript-eslint/no-unused-vars namespace OSFramework.OSUI.Patterns.SectionIndex { /** * Defines the interface for OutSystemsUI SectionIndex Pattern * * @export * @interface ISectionIndex * @extends {Interface.IPattern} */ export interface ISectionIndex extends Interface.IParent {} }