UNPKG

@mbc-cqrs-serverless/cli

Version:

a CLI to get started with MBC CQRS serverless framework

7 lines (5 loc) 108 B
import { IsObject } from 'class-validator' export class SampleAttributes { @IsObject() value: object }