Type alias WithAge<TSource>

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

Type Parameters

  • TSource

Type declaration

  • age: number