UNPKG

imagekit

Version:

Offical NodeJS SDK for ImageKit.io integration

8 lines (7 loc) 309 B
import { SupportedTransformsParam } from "../constants/supportedTransforms"; export declare type TransformationPosition = "path" | "query"; export declare type Transformation = Partial<{ [key in SupportedTransformsParam]: string | boolean | number; } | { [key: string]: string | boolean | number; }>;