CS2 Inspect Library - v4.0.0
    Preparing search index...

    Interface SteamInspectQueueItem

    Steam inspect queue item

    interface SteamInspectQueueItem {
        inspectData: AnalyzedInspectURL;
        resolve: (value: any) => void;
        reject: (reason?: any) => void;
        timestamp: number;
    }
    Index

    Properties

    inspectData: AnalyzedInspectURL

    Analyzed inspect URL information

    resolve: (value: any) => void

    Promise resolve function

    reject: (reason?: any) => void

    Promise reject function

    timestamp: number

    Timestamp when item was added to queue