export interface ZeduxHookConfig {
    operation?: string;
    subscribe?: boolean;
    suspend?: boolean;
}
