import { CodecSettings } from "@smithy/types";
export type JsonSettings = CodecSettings & {
  jsonName: boolean;
};
