Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/alosaur/examples/validator/models/post.ts>PostModel

Alosaur - Deno web framework with many decorators
Go to Latest
class PostModel
import { PostModel } from "https://deno.land/x/alosaur@v0.30.1/examples/validator/models/post.ts";

Properties

optional
email: string
optional
rating: number
optional
text: string
optional
title: string