EffectParameterType: {
    name: string;
    point?: EffectPointType[];
    value?: number;
}

Type declaration