export type Item = {
    encoded?: string;
};
