Interface

Libosinfo-1.0LibosinfoAvatarFormatConstructorProps

interface ConstructorProps {
    alpha: boolean;
    height: number;
    id: string;
    mime_types: string[];
    mimeTypes: string[];
    width: number;
}

Hierarchy (View Summary)

Index
alpha: boolean
height: number
mime_types: string[]
mimeTypes: string[]
width: number
id: string