ReadOnly
@tsed/schema
Usage
typescript
import { ReadOnly } from "@tsed/schema";
See /packages/specs/schema/src/types/decorators/common/readOnly.ts.
Overview
ts
function ReadOnly(readOnly?: boolean): (...args: any[]) => any;
Description
Set the property as readOnly.