This commit is contained in:
Valentin Mihai 2023-11-13 13:27:08 +02:00
parent 8ba271bb6c
commit 87e1c88452

View File

@ -10,7 +10,6 @@ const RETURN_TYPE_SYMBOL = Symbol.for('RETURN_TYPE');
export type DATA_TYPE = typeof DATA_TYPE_SYMBOL;
export type RETURN_TYPE = typeof RETURN_TYPE_SYMBOL;
@Directive()
export abstract class IqserDialogComponent<ComponentType, DataType, ReturnType> {
readonly [DATA_TYPE_SYMBOL]!: DataType;