- Preparing search index...
- The search index is not available
AniList-TS
Type alias QueryInclusion<R>
QueryInclusion<R>: { [key in ObjectKeys<R>]?: (R[key] extends ((...args) => any) ? never : (keyof R[key])[]) | (R[key] extends object ? QueryInclusionValue<R[key]> : boolean)}