import User from "../../../domain/User";
export interface Authenticable extends User {
}
export default Authenticable;
