profilePicture: f(['image/jpeg', 'image/png', 'image/avif', 'image/webp'])
// I wont be able to set these things now
imageUploader: f({ image: { maxFileSize: '1MB', maxFileCount: 1 } })
profilePicture: f(['image/jpeg', 'image/png', 'image/avif', 'image/webp'])
// I wont be able to set these things now
imageUploader: f({ image: { maxFileSize: '1MB', maxFileCount: 1 } })