import type { GradingPerUserData } from './GradingPerUserData'; export type GradingPerUser = { data?: Array; /** * Total rows */ total?: number; };