interface TiffMetadataTableProps {
    metadata: Record<string, any>;
}

Properties

Properties

metadata: Record<string, any>