import { DBUserMeta } from '../db/UserMetas/type'; export function getStudentAvatar(studentMeta: DBUserMeta) { return `url(http://localhost:8090/api/files/${studentMeta.collectionId}/${studentMeta.id}/${studentMeta.avatar})`; }