JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "partial-with-required.ts"

Full Path: /home/markqprx/iniasli.pro/client/utils/ts/partial-with-required.ts
File size: 81 bytes
MIME-type: text/plain
Charset: utf-8

export type PartialWithRequired<T, K extends keyof T> = Pick<T, K> & Partial<T>;