this.gui
    Preparing search index...

    Type Alias LogoutSessionResult

    type LogoutSessionResult = {
        clearedPaths: string[];
        session: ResolvedCleakerSession;
        success: boolean;
    }
    Index

    Properties

    clearedPaths: string[]
    success: boolean