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

File "nullable.ts"

Full Path: /home/markqprx/iniasli.pro/client/utils/ts/nullable.ts
File size: 57 bytes
MIME-type: text/plain
Charset: utf-8

export type Nullable<T> = {[K in keyof T]: T[K] | null};