Interface UriResponse

interface UriResponse {
    code: number;
    description: string;
    contentType: ContentType;
    data: ArrayBuffer;
    metadata?: Record<string, string>;
}

Properties

code: number
description: string
contentType: ContentType
metadata?: Record<string, string>
MMNEPVFCICPMFPCPTTAAATR