Interface Metadata

interface Metadata {
    location: undefined | LocationObject;
    mimeType: string;
    timestamp: number;
}

Properties

location: undefined | LocationObject
mimeType: string
timestamp: number