export type OptionMap = {
    [optionId: string]: any;
};
