@ianlucas/cs2-lib
    Preparing search index...

    Interface CS2InventoryMigration

    interface CS2InventoryMigration {
        describe: string;
        to: number;
        apply(data: any, economy: CS2EconomyInstance): any;
    }
    Index
    describe: string
    to: number