brows3r — TypeScript API
    Preparing search index...

    Interface RecentLocation

    A recent S3 location.

    Mirrors src-tauri/src/bookmarks.rs RecentLocation.

    interface RecentLocation {
        bucket: string;
        prefix: string;
        profileId: string;
        visitedAt: number;
    }
    Index

    Properties

    bucket: string
    prefix: string
    profileId: string
    visitedAt: number

    Unix epoch milliseconds of last visit.