mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 20:58:27 +02:00
5 lines
54 B
TypeScript
Executable File
5 lines
54 B
TypeScript
Executable File
interface BaseRecord {
|
|
id: any;
|
|
data: any;
|
|
};
|