Merge pull request #1388 from MathMan05/RoleTypeFix2
This commit is contained in:
commit
4fc7fa629c
@ -25,9 +25,11 @@ export interface RoleModifySchema {
|
||||
position?: number;
|
||||
icon?: string;
|
||||
unicode_emoji?: string;
|
||||
colors?: {
|
||||
primary_color: number;
|
||||
secondary_color: number | null | undefined; // only used for "holographic" and "gradient" styles
|
||||
tertiary_color?: number | null | undefined; // only used for "holographic" style
|
||||
} | undefined;
|
||||
colors?:
|
||||
| {
|
||||
primary_color: number;
|
||||
secondary_color?: number | null | undefined; // only used for "holographic" and "gradient" styles
|
||||
tertiary_color?: number | null | undefined; // only used for "holographic" style
|
||||
}
|
||||
| undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user