export type CyberLink = {
cid: string;
rank: string | number;
};
export type CreatorCyberLink = {
address: string;
timestamp: string;
};
export type CyberLink = {
cid: string;
rank: string | number;
};
export type CreatorCyberLink = {
address: string;
timestamp: string;
};