KC's Workspace
    Preparing search index...

    Type Alias WithEnabled<T>

    WithEnabled: boolean | T

    A type that can either be a boolean or a specific type T.

    Type Parameters

    • T