node_modules/@sapphire/result/dist/lib/Option.d.ts:45:46 - error TS2344: Type 'T[P]' does not satisfy the constraint 'Option<any>'.
Type 'T[keyof T]' is not assignable to type 'Option<any>'.
Type 'T[string] | T[number] | T[symbol]' is not assignable to type 'Option<any>'.
Type 'T[string]' is not assignable to type 'Option<any>'.
Type 'T[string]' is not assignable to type 'Some<any>'.
Type 'T[keyof T]' is not assignable to type 'Some<any>'.
Type 'T[P]' is not assignable to type 'Some<any>'.
Type 'T[keyof T]' is not assignable to type 'Some<any>'.
Type 'T[string] | T[number] | T[symbol]' is not assignable to type 'Some<any>'.
Type 'T[string]' is not assignable to type 'Some<any>'.
45 -readonly [P in keyof T]: UnwrapSome<T[P]>;
node_modules/@sapphire/result/dist/lib/Option.d.ts:45:46 - error TS2344: Type 'T[P]' does not satisfy the constraint 'Option<any>'.
Type 'T[keyof T]' is not assignable to type 'Option<any>'.
Type 'T[string] | T[number] | T[symbol]' is not assignable to type 'Option<any>'.
Type 'T[string]' is not assignable to type 'Option<any>'.
Type 'T[string]' is not assignable to type 'Some<any>'.
Type 'T[keyof T]' is not assignable to type 'Some<any>'.
Type 'T[P]' is not assignable to type 'Some<any>'.
Type 'T[keyof T]' is not assignable to type 'Some<any>'.
Type 'T[string] | T[number] | T[symbol]' is not assignable to type 'Some<any>'.
Type 'T[string]' is not assignable to type 'Some<any>'.
45 -readonly [P in keyof T]: UnwrapSome<T[P]>;