backend-app-api: update API report
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user