schema-components - v3.7.0
    Preparing search index...

    Interface ApiCallbacksProps

    Props accepted by ApiCallbacks.

    interface ApiCallbacksProps {
        callbacks: CallbackInfo[];
        meta?: SchemaMeta;
    }
    Index

    Properties

    Properties

    callbacks: CallbackInfo[]

    Callback definitions for this operation.

    meta?: SchemaMeta

    Optional meta overrides.