cath
    Preparing search index...

    Interface ScorestreakData

    interface ScorestreakData {
        cost: number;
        description: string;
        manual: boolean;
        name: string;
        preview: string;
        preview_video: string;
        special: string;
        type: string;
    }
    Index

    Properties

    cost: number
    description: string
    manual: boolean
    name: string
    preview: string
    preview_video: string
    special: string
    type: string