Untitled
unknown
typescript
3 years ago
317 B
8
Indexable
export const TerminalSchema = new Schema<ICoreTerminal>({
companyCode: { type: String, required: true },
storeCode: { type: String, required: true },
code: { type: String, required: true },
name: { type: String, required: true },
active: { type: Boolean, default: true },
}, {
timestamps: true
});Editor is loading...