UNPKG

@alisdigital/types-library

Version:

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

5 lines (4 loc) 211 B
import { Document } from "mongoose"; import { IOrganizerModelAttributes } from "../entity/organizer.entity"; export interface IOrganizerModelInferCreation extends IOrganizerModelAttributes, Document<string> { }