interface MetadataState {
    response: DocumentFragment | LineString;
    status: string;
}

Properties

Properties

response: DocumentFragment | LineString
status: string