Documentation - v0.29.5
    Preparing search index...

    Type Alias UnwrapBase<T>

    UnwrapBase: T extends { base: any } ? T["base"] : never

    Type Parameters

    • T