This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
inkletblot-com-v2/src/app/shared/models/project.model.ts

7 lines
123 B
TypeScript

export interface Project {
title: string,
description: string,
ct: string,
slug: string,
body: string
}