Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.31.0/examples/validator/models/post.ts";

Properties

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