import {str} from "../../types/_python_types_";

export type CAT = {
  asset_id: str; // hex_str
  name: str; // Spacebucks, Marmot, etc.
  symbol: str; // SBX, MRMT, etc.
};
