fastify
Workspace API / types/fastify
types/fastify
Interfaces
AuthenticatedRequest
Defined in: types/fastify.ts:7
Authenticated request with user payload attached by verifyAuth middleware
Extends
FastifyRequest
Extended by
Properties
user
user:
JwtPayload
Defined in: types/fastify.ts:8
organization_id?
optionalorganization_id:string
Defined in: types/fastify.ts:9
RequestWithOrgQuery
Defined in: types/fastify.ts:15
Request with organization query parameter support
Extends
Properties
user
user:
JwtPayload
Defined in: types/fastify.ts:8
Inherited from
organization_id?
optionalorganization_id:string
Defined in: types/fastify.ts:9
Inherited from
AuthenticatedRequest.organization_id
query
query:
object
Defined in: types/fastify.ts:16
Index Signature
[key: string]: any
organizationId?
optionalorganizationId:string
Overrides
AuthenticatedRequest.query