UNPKG

@alisdigital/types-library

Version:

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

4 lines (3 loc) 149 B
import { IQuestionModelAttributes } from "../entities/question.entity"; export interface IQuestionUpsertRequest extends IQuestionModelAttributes { }