mirror of
https://github.com/34892002/edgeKey.git
synced 2026-05-08 16:18:30 +08:00
5 lines
72 B
TypeScript
5 lines
72 B
TypeScript
export interface AdminSessionUser {
|
|
id: number;
|
|
username: string;
|
|
}
|