import { StructPreview } from '../Previews/StructPreview'; export type UserStudentAssignment = { struct?: StructPreview; index?: number; };