Preview:ts type X = () => boolean | undefined type O = Record<string, X> const x: O = { test: () => {}, }
You can choose specific lines to embed by selecting them before copying the link.
1 messages · Page 1 of 1 (latest)
Preview:ts type X = () => boolean | undefined type O = Record<string, X> const x: O = { test: () => {}, }