Type alias EOASchemaExtensionTypes
EOASchemaExtensionTypes: {
[K in typeof EOASchemaExtensions[keyof typeof EOASchemaExtensions]]?: unknown
} & {
x-fastest-deprecated?: boolean;
x-fastest-description?: string;
x-fastest-optional?: boolean;
x-fastest-summary?: string;
}
Type declaration
Optional
x-fastest-deprecated?: boolean
Optional
x-fastest-description?: string
Optional
x-fastest-optional?: boolean
Optional
x-fastest-summary?: string