UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

5 lines (4 loc) 119 B
import User from "../../../domain/User"; export interface Authenticable extends User { } export default Authenticable;