import User from '../models/User.ts'; export default interface AuthRepository { signUp(uer: User): Promise<void>; }
import AuthRepository from '../domain/repository/AuthRepository.ts';
Join the Discord to ask follow-up questions and connect with the community
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,934 Members