How to add an array as uniform in a shader?

If I write in frag shader
uniform int myData[8], what will be the corresponding type in uniforms on Phaser side
{
myData: {type"??", value: [1,2,3]}
}