class InformationAction {
    public label: string;
    public action: () => void;

    constructor() {

    }
}

export = InformationAction;