690325:2132 Fixing Naming convention missunderstand #01
This commit is contained in:
@@ -29,8 +29,8 @@ export interface RfaType {
|
||||
|
||||
export interface Tag {
|
||||
id: number;
|
||||
tag_name: string;
|
||||
color_code?: string;
|
||||
tagName: string;
|
||||
colorCode?: string;
|
||||
description?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user