import { str } from "../../types/_python_types_";
export type CAT = {
    asset_id: str;
    name: str;
    symbol: str;
};
