mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-09-25 07:38:16 +03:00
6 lines
82 B
TypeScript
6 lines
82 B
TypeScript
export interface userdata {
|
|
collection: "userdata";
|
|
|
|
userdata: string;
|
|
}
|