export type Customizable = {
  number: number;
  string: string;
  bigint: bigint;
};
