export default interface Option {
    display?: string;
    value: string;
    body?: string;
}
//# sourceMappingURL=Option.d.ts.map