UNPKG

@alisdigital/types-library

Version:

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

5 lines (4 loc) 207 B
import { Document } from "mongoose"; import { IFeedbackModelAttributes } from "../entity/feedback.entity"; export interface IFeedbackModelInferCreation extends IFeedbackModelAttributes, Document<string> { }