Commit 98d17d44 authored by Adarsh's avatar Adarsh

commenst add

parent a55f3c78
/** \file
* Interface for Directory having attributes for storing it's child directories, files and the path where it is tored in the server.
* Used in File management for providing User a workspace.
/*! \file
Interface for Directory having attributes for storing it's child directories, files and the path where it is tored in the server.
Used in File management for providing User a workspace.
*/
import {File} from './file';
......
/** \file
* Interface for File having attributes for storing the extensions and contents of the file.
* Used in services and components for storing the ide text and uploading the server, as well as
* compiling and executing programs.
/*! \file
Interface for File having attributes for storing the extensions and contents of the file.
Used in services and components for storing the ide text and uploading the server, as well as
compiling and executing programs.
*/
export interface File {
......
/** \file
* A temporary Interface for Problem
/*! \file
A temporary Interface for Problem
*/
export interface Problem {
......
/** \file
* Interface for Question which are to be uploaded by different users.
/*! \file
Interface for Question which are to be uploaded by different users.
*/
export interface Question {
......
/** \file
* Interface for User containing his/her details and login credentials.
* Used in services and components as a data structure for each user.
/*! \file
Interface for User containing his/her details and login credentials.
Used in services and components as a data structure for each user.
*/
export interface User {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment