npm i @tsanghoilun/snow-n-surf-interface
The Types and Interfaces are located in @tsanghoilun/snow-n-surf-interface/types/
// get Session interface from @tsanghoilun/snow-n-surf-interface/types/
import {Session} from '@tsanghoilun/snow-n-surf-interface/types/session'
...
...
...
const mySession: Session = {...}
npm login
<!-- Update version number -->
npm run rep
<!-- and push to git -->