Skip to content

WithID

@tsed/formio

Usage

typescript
import { WithID } from "@tsed/third-parties/formio/src/types/domain/FormioModels";

See /packages/third-parties/formio/src/types/domain/FormioModels.ts.

Overview

ts
type WithID<T> = T & {
    _id: string;
};

_id

ts
_id: string;

Released under the MIT License.