interface ResponseRouteScannerResultMarkupGet {
    id: number;
    markup: string;
    markup_hash: string;
    mime: string;
    tag: string;
}

Hierarchy (view full)

Properties

id: number
markup: string
markup_hash: string
mime: string
tag: string