IPFSContentDetails: {
    cid: string;
    content?: string;
    gateway: boolean;
    link?: string;
    text?: string;
    type?: IpfsContentType;
} | undefined