export const limits = {
  fileSize: {
    image: 20 * 1024 * 1024,
    video: 250 * 1024 * 1024,
  },
};
