File

src/app/models/Project.ts

Index

Properties

Properties

columns
Type : column[]
projectID
Type : number
title
Type : string
import { column } from './column';

export class Project {
    projectID: number;
    title: string;
    columns: column[];
}

results matching ""

    No results matching ""