WithID
@tsed/formio
Usage
typescript
import { WithID } from "@tsed/third-parties/formio/src/domain/FormioModels";See /packages/third-parties/formio/src/domain/FormioModels.ts.
Overview
ts
type WithID<T> = T & {
_id: string;
};_id
ts
_id: string;