interface PracticumStudent {
    assignedAt: string;
    practicumId: number;
    userId: number;
}

Properties

assignedAt: string
practicumId: number
userId: number