Skip to content
Prev Previous commit
Next Next commit
Update inline comment and lint fixes
  • Loading branch information
trekforever committed Apr 3, 2024
commit 9ae7d96835022c3bbe378982c9fc090c53c58e93
2 changes: 2 additions & 0 deletions src/remote-config/remote-config-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,8 @@ export interface InitServerTemplateOptions extends GetServerTemplateOptions {
* example, customers can reduce initialization latency by pre-fetching and
* caching template data and then using this option to initialize the SDK with
* that data.
* The template can be initialized with either a {@link ServerTemplateData}
* object or a JSON string.
*/
template?: ServerTemplateData|string,
}
Expand Down