interface IEmitterShape {
    options: Record<string, unknown>;
    replace: IEmitterShapeReplace;
    type: string;
}

Implemented by

Properties

Properties

options: Record<string, unknown>
type: string