EffectType: {
    id?: string;
    name: string;
    parameter?: EffectParameterType[];
    timeBase?: TimeBaseType;
}

Type declaration