import { TableRow } from './components/KTable/types.js' export const rows: TableRow[] = [{ name: 'Elyssa', age: 34, birthday: '12/29/1989', isAlive: true, job: 'Profesor', height: 1.8, description: 'Description of user', status: 'Marry', lastConnection: '20/12/2024 12:35:57' }, { name: 'Mei', age: 31, birthday: '1/21/1986', isAlive: false, job: 'Profesor', height: 1.8, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Timmy', age: 30, birthday: '9/29/1988', isAlive: false, job: 'Medico', height: 1.8, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Jillene', age: 21, birthday: '3/25/1991', isAlive: false, job: 'Profesor', height: 1.5, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Gillian', age: 22, birthday: '5/23/1986', isAlive: true, job: 'Programador', height: 1.6, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Jerrome', age: 22, birthday: '5/31/1997', isAlive: false, job: 'Programador', height: 1.7, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Gabe', age: 25, birthday: '8/25/1999', isAlive: false, job: 'Medico', height: 1.6, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Marmaduke', age: 30, birthday: '4/16/1987', isAlive: true, job: 'Programador', height: 1.7, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Bonni', age: 31, birthday: '4/17/1989', isAlive: true, job: 'Programador', height: 1.6, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Lilli', age: 25, birthday: '1/17/1994', isAlive: true, job: 'Medico', height: 1.6, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Lenette', age: 29, birthday: '6/24/1989', isAlive: false, job: 'Programador', height: 1.7, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Tanny', age: 22, birthday: '4/16/1996', isAlive: false, job: 'Programador', height: 1.6, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Amy', age: 33, birthday: '2/14/1996', isAlive: true, job: 'Profesor', height: 1.7, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Lay', age: 26, birthday: '6/2/1991', isAlive: true, job: 'Medico', height: 1.7, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Pattin', age: 29, birthday: '1/19/1999', isAlive: true, job: 'Programador', height: 1.8, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Horst', age: 32, birthday: '1/29/1989', isAlive: true, job: 'Medico', height: 1.6, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Johan', age: 20, birthday: '4/29/1999', isAlive: true, job: 'Programador', height: 1.7, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Chloe', age: 20, birthday: '7/8/1997', isAlive: false, job: 'Programador', height: 1.6, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Bunny', age: 24, birthday: '3/16/1993', isAlive: false, job: 'Medico', height: 1.5, description: '', lastConnection: '20/12/2024 12:35:57' }, { name: 'Terence', age: 28, birthday: '6/17/1997', isAlive: false, job: 'Profesor', height: 1.6, description: '', lastConnection: '20/12/2024 12:35:57' }]