Skip to main content

IAdminForthEndpointOptionsBase

Extended by

Properties

description?

optional description?: string


meta?

optional meta?: Record<string, unknown>


method

method: string


path

path: string


request_schema?

optional request_schema?: AnySchemaObject


responce_schema?

optional responce_schema?: AnySchemaObject


response_schema?

optional response_schema?: AnySchemaObject


target?

optional target?: "json" | "upload"