WAAS React SDKType AliasesObjectPathOn this pageTypeAlias.ObjectPathtype ObjectPath<T> = Path<T> extends `.${infer P}` ? P : never; Type Parameters Type ParameterT