mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-26 20:04:46 -05: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;
|
|
}
|