export interface ITradeIdeaImage {
    cid?: string;
    b64?: string;
    url?: string;
}
