UNPKG

nestjs-appwrite

Version:

Easier Appwrite integration for your NestJS application.

6 lines (5 loc) 216 B
import { PropOptions } from './prop.options'; export type BooleanPropOptions = PropOptions<boolean> & { isArray?: boolean; }; export declare function BooleanProp(options?: BooleanPropOptions): PropertyDecorator;