/** * used to show a list of models available in a menu structure */ export type ModelInfo = { name: string; slug: string; rows: number; };