Type Alias BeforeInitEventPayload<TConfig>

BeforeInitEventPayload<TConfig>: {
    config: TConfig;
}

Type Parameters

  • TConfig