forked from Yara724/api
Initial commit after migration to gitea
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Prop, Schema } from "@nestjs/mongoose";
|
||||
|
||||
@Schema({ versionKey: false, _id: true })
|
||||
export class AiImagesModel {
|
||||
@Prop({ type: "array" })
|
||||
imagesAddress: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user