IGPAPI
    Preparing search index...

    Type Alias TwoFactorBloksPollTrustedNotificationOutput

    TwoFactorBloksPollTrustedNotificationOutput:
        | { status: "pending" }
        | { profile: LoginResponse; status: "approved" }
        | { status: "denied" }