PowerHorse Engine
    Preparing search index...
    type UserDataStore = {
        redemptions: {
            [key: string]: { data?: { [key: string]: unknown }; total: number };
        };
    }
    Index

    Properties

    Properties

    redemptions: {
        [key: string]: { data?: { [key: string]: unknown }; total: number };
    }