formatting code upload project instance to files
This commit is contained in:
parent
ce4c98ff13
commit
a0b4f00f47
65 changed files with 399 additions and 748 deletions
|
@ -1,6 +1,6 @@
|
|||
import { Schema, model } from "mongoose";
|
||||
|
||||
export interface ITestModel{
|
||||
export interface ITestModel {
|
||||
_id?: string;
|
||||
result: string;
|
||||
}
|
||||
|
@ -12,4 +12,3 @@ export const TestSchema = new Schema({
|
|||
const schema = "Test";
|
||||
|
||||
export const TestDBModel = model<ITestModel>(schema, TestSchema);
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue