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