interface FileFilter {
    filter?: FileFilterProps;
    limit?: number;
}

Hierarchy (view full)

Properties

Properties

limit?: number