Type Alias JoinWithDefault<T>

JoinWithDefault<T>: T extends string
    ? `default${T}`
    : never

Type Parameters

  • T