import type { InputDescriptor } from "../../../bridge/descriptor/types";

export const memo: InputDescriptor = {
  type: "text",
  maxLength: 32,
};
