UNPKG

opensaas

Version:

Create fully bundled SaaS application (Backend & Frontend) using an interactive CLI

17 lines (12 loc) 219 B
import { InputType, Field } from 'type-graphql'; @InputType() export class NewRequestInput { @Field() url!: string; @Field() statusCode!: number; @Field() userAgent!: string; @Field() ip!: string; }