mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-21 17:34:46 -05:00
11 lines
235 B
TypeScript
11 lines
235 B
TypeScript
export interface extra_favorite {
|
|
collection: "extra_favorite";
|
|
version: number;
|
|
folder_id: number;
|
|
|
|
sp_mlist: string | Buffer;
|
|
sp_clist: string | Buffer;
|
|
dp_mlist: string | Buffer;
|
|
dp_clist: string | Buffer;
|
|
}
|