import type { IShareLink } from '~/interfaces/share-link'; export const validateAttachment = (fileId: string, shareLink: IShareLink): boolean => { // count return false; };