MaterialExtensionKeys: Extract<
    keyof GLTFMaterialsExtensionsMapping,
    GLTFExtensionsTypes,
>

Extract keys from GLTFExtensionsTypes that are present in GLTFMaterialsExtensionsMapping.