export interface Option { optionId: number; menuItemId: 1; name: string; description: string; tokenId: string; value: string; }