import { publisherTable } from './schema'; type Publisher = typeof publisherTable.$inferInsert; const publishers: Array = [ { name: 'Limithron', url: 'https://www.limithron.com/', } ] export default publishers;