WAAS React SDKType AliasesPrettifyOn this pageTypeAlias.Prettifytype Prettify<T> = { [K in keyof T]: T[K] } & {}; Type Parameters Type ParameterT