Interface IApplicationBinary

interface IApplicationBinary {
    binaryId?: string;
    contextPath: string;
    created: string;
    description: string;
    id: string | number;
    length: string | number;
    name: string;
}

Properties

binaryId?: string
contextPath: string
created: string
description: string
id: string | number
length: string | number
name: string