Skip to content

Type Alias: SetEndpointDef

SetEndpointDef = Omit<SetEndpoint, "getOptions" | "getOptionsFormula"> & object

Defined in: types.ts:206

Simplified configuration for SetEndpoint that a pack developer can specify when calling PackDefinitionBuilder.setUserAuthentication or PackDefinitionBuilder.setSystemAuthentication.

Type Declaration

Name Type Description Defined in
getOptions? MetadataFormulaDef See SetEndpoint.getOptions types.ts:208
getOptionsFormula? MetadataFormulaDef Deprecated Use getOptions types.ts:210