Axinom Mosaic Libraries
    Preparing search index...

    Variable assertGenericAuthenticatedSubjectConst

    assertGenericAuthenticatedSubject: (
        subject: unknown,
    ) => asserts subject is GenericAuthenticatedSubject = ...

    Asserts if the passed subject object is of type GenericAuthenticatedSubject.

    Type Declaration