outsystems-ui
Version:
OutSystems UI Framework
12 lines (11 loc) • 329 B
text/typescript
// 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 {}
}