File size: 217 Bytes
ed4afb1
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
from typing import TypedDict

class NormalizedDataset(TypedDict):
    source: str
    name: str
    description: str
    url: str
    license: str
    last_updated: str
    format: str
    size_estimate: str