Skip to main content

fastify

Workspace API


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?

optional organization_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

AuthenticatedRequest.user

organization_id?

optional organization_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?

optional organizationId: string

Overrides

AuthenticatedRequest.query