Type alias Session

Session: {
    context: library.Pointer;
    token: string;
    user: number;
}

Type declaration

Generated using TypeDoc