@terrestris/shogun-util
    Preparing search index...

    Interface FileArgs

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

    Hierarchy (View Summary)

    Index

    Properties

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