Type alias Annotated<T>

Annotated<T>: T extends RecordLike<T>
    ? Partial<Record<keyof T, string>>
    : never

Type Parameters

  • T

    The record type