Interface ViewDataReturnType

interface ViewDataReturnType {
    contentType: string;
    data: any;
    error?: string;
}

Properties

contentType: string
data: any
error?: string

Generated using TypeDoc