2024-01-24 12:18:37 +01:00

4 lines
74 B
TypeScript

export interface ISelectionOption {
key: string;
action: () => void;
}