mirror of
https://github.com/cool-team-official/cool-admin-midway.git
synced 2024-11-01 22:20:30 +08:00
7 lines
97 B
TypeScript
7 lines
97 B
TypeScript
/**
|
|
* @description User-Service parameters
|
|
*/
|
|
export interface IUserOptions {
|
|
uid: number;
|
|
}
|