Type Alias WithAge<TSource>

WithAge<TSource>: TSource & {
    age: number;
}

Type Parameters

  • TSource