モックデータ契約。モバイル対応の軽量なWebワークフロー用ツールです. pascalwengerter/awesome-webtools に着想を得て、SEO、FAQ、レスポンシブ表示に対応したToolNextネイティブページとして実装しています。 ToolNextの無料オンラインツールとして提供されています。
Build a mock data contract from field descriptions for frontend/backend alignment.
Enter Entity name, results update automatically
Enter Field notes, results update automatically
Entity: Invoice
TypeScript Interface:
interface Invoice {
id: string;
amount: number;
paid: boolean;
}
Sample Data:
{
"id": "879c0f30-07c1-4887-a037-9aa023208481",
"amount": 254.07,
"paid": false
}
Notes: Fields that may be null: amount. Specify date timezone, enum values, and max string lengths in API docs.