backend-app-api: update API report

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-14 12:46:53 +01:00
parent f8c313f80f
commit e259af4c68
+3 -1
View File
@@ -152,7 +152,9 @@ export type HttpServerOptions = {
};
// @public (undocumented)
export const identityFactory: () => ServiceFactory<IdentityService>;
export const identityFactory: (
options?: IdentityFactoryOptions | undefined,
) => ServiceFactory<IdentityService>;
// @public
export type IdentityFactoryOptions = {