mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-25 15:47:57 +03:00
9 lines
128 B
TypeScript
9 lines
128 B
TypeScript
export interface badge {
|
|
collection: "badge";
|
|
version: number;
|
|
|
|
category_name: string;
|
|
flg_id: number;
|
|
flg: number;
|
|
}
|