mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 20:32:23 -06:00
feat: prisma and remove mongodb
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export class LabelDto {
|
||||
id?: string;
|
||||
name: string;
|
||||
color: number;
|
||||
color: string;
|
||||
predefinedId?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user