ImagesEvents: {
choose: {
file: File;
tempUrl: string;
};
error:choose: Error;
error:fetch: Error;
error:fetchMore: Error;
error:upload: Error;
fetch: FetchFilesOutput<ImageWithReactions>;
fetchMore: FetchFilesOutput<ImageWithReactions>;
upload: ImageWithReactions;
}
Type declaration
choose: {
file: File;
tempUrl: string;
}
file: File
tempUrl: string
error:choose: Error
error:fetch: Error
error:fetchMore: Error
error:upload: Error
fetch: FetchFilesOutput<ImageWithReactions>
fetchMore: FetchFilesOutput<ImageWithReactions>
upload: ImageWithReactions