@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
42 lines (29 loc) • 1.25 kB
Markdown
---
lang: en
title: 'API docs: repository.nulltype'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/packages/repository
permalink: /doc/en/lb4/apidocs.repository.nulltype.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/repository](./repository.md) > [NullType](./repository.nulltype.md)
## NullType class
Null type
<b>Signature:</b>
```typescript
export declare class NullType implements Type<null>
```
<b>Implements:</b> [Type](./repository.type.md)<!-- --><null>
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [name](./repository.nulltype.name.md) | | (not declared) | |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [coerce(value)](./repository.nulltype.coerce.md) | | |
| [defaultValue()](./repository.nulltype.defaultvalue.md) | | |
| [isCoercible(value)](./repository.nulltype.iscoercible.md) | | |
| [isInstance(value)](./repository.nulltype.isinstance.md) | | |
| [serialize(value)](./repository.nulltype.serialize.md) | | |