Skip to content

Commit 558c48d

Browse files
jatgargJatin Garg
and
Jatin Garg
authored
Add documentation for IRequestHeader (#20673)
## Description [Task: ](https://dev.azure.com/fluidframework/internal/_workitems/edit/7164) Adding documentation for IRequestheader. --------- Co-authored-by: Jatin Garg <[email protected]>
1 parent a53f222 commit 558c48d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/common/driver-definitions/src/urlResolver.ts

+6-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ export interface IDriverHeader {
9393
}
9494

9595
declare module "@fluidframework/core-interfaces" {
96-
// TODO: This interface should be documented. AB#7164
97-
// eslint-disable-next-line @typescript-eslint/no-empty-interface, jsdoc/require-jsdoc
96+
/**
97+
* Interface to represent headers to include in the container or data store load request.
98+
* For example, caller can use this to pass on various loader options in the container
99+
* load request.
100+
*/
101+
// eslint-disable-next-line @typescript-eslint/no-empty-interface
98102
export interface IRequestHeader extends Partial<IDriverHeader> {}
99103
}

0 commit comments

Comments
 (0)