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

export const amount: SendAmountDescriptor = {
  canSendMax: false,
};
