export const schema = { tasks: { id: 'string', name: 'string', estimation: 'number', sprint: 'string', status: 'string', remaining: 'number' } }