interface ImageFileArgs {
    active?: boolean;
    created?: string | Date;
    fileName?: string;
    fileType?: string;
    fileUuid?: string;
    height?: number;
    id?: number;
    modified?: string | Date;
    width?: number;
}

Hierarchy (view full)

Properties

active?: boolean
created?: string | Date
fileName?: string
fileType?: string
fileUuid?: string
height?: number
id?: number
modified?: string | Date
width?: number