export type User = { id: number; name: string; email: string; password: string; created_at: string; updated_at: string; }; //# sourceMappingURL=user.type.d.ts.map