mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
WIP preserve local changes before duckie merge
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
export interface IPrefixItem
|
||||
{
|
||||
id: number;
|
||||
displayName?: string;
|
||||
text: string;
|
||||
color: string;
|
||||
icon: string;
|
||||
effect: string;
|
||||
font?: string;
|
||||
active: boolean;
|
||||
isCustom?: boolean;
|
||||
points?: number;
|
||||
pointsType?: number;
|
||||
catalogPrefixId?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user