We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a53f222 commit 558c48dCopy full SHA for 558c48d
packages/common/driver-definitions/src/urlResolver.ts
@@ -93,7 +93,11 @@ export interface IDriverHeader {
93
}
94
95
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
+ /**
+ * 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
102
export interface IRequestHeader extends Partial<IDriverHeader> {}
103
0 commit comments