Ahmad Shallouf
added new modifications
27e40c0
raw
history blame contribute delete
70 Bytes
export interface TaskModel {
name: string;
description: string;
}