mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-11 13:56:15 +00:00
2 lines
75 B
TypeScript
Executable File
2 lines
75 B
TypeScript
Executable File
type RequiredProperty<T> = { [P in keyof T]: Required<NonNullable<T[P]>> }
|