mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-28 13:41:02 +00:00
chore(packages/client)!: rewrite and rename package
This commit is contained in:
1
packages/api/utility-types.d.ts
vendored
Executable file
1
packages/api/utility-types.d.ts
vendored
Executable file
@@ -0,0 +1 @@
|
||||
type RequiredProperty<T> = { [P in keyof T]: Required<NonNullable<T[P]>>; };
|
||||
Reference in New Issue
Block a user