UNPKG

@alisdigital/types-library

Version:

TypeScript type definitions for Papilet ecosystem with session soft delete and event management features

7 lines (6 loc) 272 B
import { Document } from "mongoose"; import { IUserModelAttributes } from "../entities/user.entity"; import { IAppModelInferCreation } from "./app.dto"; export interface IUserModelInferCreation extends IUserModelAttributes, Document { app: IAppModelInferCreation[]; }