🚀
ROIT Company Models This library contains all models related to ROIT Company & Integrations squad.
Install the library
$ npm install @roit/roit-company-models
Usage
Models
import { Master, Client } from '@roit/roit-company-models'
const client: Client = await this.findClientById(clientId);
async findMasterById(id: string): Promise<Master> {...};