export interface NFTFileContent {
    metadata: Record<string, any>;
    media: string;
}
