Item_FireworkStar: {
    type: "compound";
    value: {
        tag?: {
            type: "compound";
            value: {
                customColor: { type: "int"; value: number };
                FireworksItem: { type: "compound"; value: object } & FireworkExplosion;
            };
        };
    };
} & Item_ItemStack

Additional fields for [firework star](https://minecraft.wiki/w/firework star).