interface Meta {
    at: string;
    id: string;
    origin: Origin;
}

Properties

Properties

at: string
id: string
origin: Origin