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

    Type Alias CacheConfig<S>

    CacheConfig: CacheBaseConfig & { type: S }

    Defines a CacheConfig type that extends CacheBaseConfig and includes a specific cache type.

    Type Parameters

    • S extends CacheType

      The specific cache type to be included in the CacheConfig.