Skip to main content
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@v1.1.0/examples/validator/models/post.ts";

Properties

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