IEventThisPlaceHolder TypeAlias
The placeholder type that should be used instead of this
in events.
Signature
export type IEventThisPlaceHolder = {
thisPlaceHolder: "thisPlaceHolder";
};
The placeholder type that should be used instead of this
in events.
export type IEventThisPlaceHolder = {
thisPlaceHolder: "thisPlaceHolder";
};