Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AlariCode/top-app-demo
/ IReviewForm
Interface
IReviewForm
components/ReviewForm/ReviewForm.interface.ts:1–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
interface
IReviewForm {
2
name: string;
3
title: string;
4
description: string;
5
rating: number;
6
}
7
8
export
interface
IReviewSentResponse {
9
message: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected