Skip to main content

SessionOrUserId

Type Alias SessionOrUserId 

Source
type SessionOrUserId = Either<SessionId, OwnedUserId>;

Aliased Type§

enum SessionOrUserId {
    Left(String),
    Right(OwnedUserId),
}

Variants§

§

Left(String)

A value of type L.

§

Right(OwnedUserId)

A value of type R.