Interface BlockHandlerConfig

interface BlockHandlerConfig {
    handlerId: number;
}

Properties

Properties

handlerId: number