export type Meta = {
  body: string;
  tail: number;
};
