dees-appui-catalog/ts_web/elements/interfaces/selectionoption.ts

4 lines
74 B
TypeScript
Raw Normal View History

2021-03-06 18:59:00 +00:00
export interface ISelectionOption {
key: string;
action: () => void;
}