UNPKG

imagekit

Version:

Offical NodeJS SDK for ImageKit.io integration

10 lines (9 loc) 407 B
/** * Type of files to include in result set. Accepts three values: * all - include all types of files in result set * image - only search in image type files * non-image - only search in files which are not image, e.g., JS or CSS or video files. * * @see {@link https://docs.imagekit.io/api-reference/media-api/list-and-search-files} */ export declare type FileType = "all" | "image" | "non-image";