interface BaseEffectDesc {
    name?: string;
    props: Record<string, any>;
    type: keyof EffectMap;
}

Hierarchy (view full)

Properties

Properties

name?: string
props: Record<string, any>
type: keyof EffectMap