import { Components } from "../../api";

export type SkyBlockAuction = Components.Schemas.SkyBlockAuction & {
  bin?: boolean;
};
