freeboard
    Preparing search index...

    Variable ensureThatUserIsLoggedConst

    ensureThatUserIsLogged: (
        context: ApiContext,
    ) => asserts context is ApiContext & { user: UserPrincipal } = ...

    Ensure the request context has an authenticated user.

    Type Declaration

    When no authenticated user is present.