@creator.co/wapi - v1.8.1
    Preparing search index...

    Type Alias DatabaseImplType<Type, T>

    DatabaseImplType: InstanceType<DatabaseClass<T>[Type]>

    Represents a specific implementation type for a database based on the provided DatabaseType.

    Type Parameters

    • Type extends DatabaseType

      The type of database to implement.

    • T

      The generic type for the database implementation.

    An instance of the specified database class for the given type.