EntityService 整理
This commit is contained in:
parent
487ba201bf
commit
511ff69900
26 changed files with 60 additions and 38 deletions
|
@ -289,7 +289,7 @@ export class UserEntityService implements OnModuleInit {
|
|||
|
||||
public async pack<ExpectsMe extends boolean | null = null, D extends boolean = false>(
|
||||
src: MiUser['id'] | MiUser,
|
||||
me: { id: MiUser['id']; } | null | undefined,
|
||||
me: { id: MiUser['id'] } | null | undefined,
|
||||
options?: {
|
||||
detail?: D,
|
||||
includeSecrets?: boolean,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue