docker-toolbelt
    Preparing search index...

    Type Alias Callback<T>

    Callback: (error?: any, result?: T) => void

    Type Parameters

    • T

    Type declaration

      • (error?: any, result?: T): void
      • Parameters

        • Optionalerror: any
        • Optionalresult: T

        Returns void