export interface PixeldrainFileUploadOptions {
    name: string;
    path: string;
    anonymous: boolean;
}
