ImageUploadHandler type

Signature:

export type ImageUploadHandler = ((image: File) => Promise<string>) | null;