@bluelibs/runner - v5.5.0
    Preparing search index...

    Type Alias ResourceInitFn<TConfig, TValue, TDependencies, TContext, TMeta, TTags, TMiddleware>

    ResourceInitFn: NonNullable<
        IResourceDefinition<
            TConfig,
            TValue,
            TDependencies,
            TContext,
            any,
            any,
            TMeta,
            TTags,
            TMiddleware,
        >["init"],
    >

    Helper alias describing the canonical resource init call signature. Shared with fluent builders to keep init typing consistent.

    Type Parameters