? Id : never;
export const extractId = <T extends { id: G<T> }[]>(array: T) => array.map(({ id }) => id);
@shadowusr
👍
Обсуждают сегодня