Skip to main content

Interface: RequestUser

Defined in: types/entry.types.ts:52

Authenticated user information captured from request.user

Properties​

email?​

optional email: string

Defined in: types/entry.types.ts:55


id​

id: string | number

Defined in: types/entry.types.ts:53


name?​

optional name: string

Defined in: types/entry.types.ts:54