RouterOptions
Home > @backstage/plugin-user-settings-backend
> RouterOptions
Warning: This API is now obsolete.
This type is only exported for legacy reasons and will be removed in the future.
Type for the options passed to the "createRouter" function.
Signature:
export type RouterOptions = {
database: DatabaseService;
identity: IdentityApi;
signals?: SignalsService;
};
References: DatabaseService, IdentityApi, SignalsService