mirror of
https://github.com/djhackersdev/minime.git
synced 2026-07-10 14:27:25 -05:00
No cleaner development history than this exists. It's difficult to methodically design something when you don't yet know what it is you're designing.
5 lines
83 B
TypeScript
5 lines
83 B
TypeScript
export interface GameLogoutRequest {
|
|
/** Integer, AiMe ID */
|
|
userId: string;
|
|
}
|