videosphere
    Preparing search index...

    Defines the shape of session user from cookies.

    interface SessionUserFromCookies {
        $id: string;
        name?: string;
        email?: string;
    }
    Index

    Properties

    Properties

    $id: string
    name?: string
    email?: string