TexturesInfosExtensionKeys: Extract<
    keyof GLTFTexturesInfosExtensionsMapping,
    GLTFExtensionsTypes,
>

Extract keys from GLTFExtensionsTypes that are present in GLTFTexturesInfosExtensionsMapping.