export interface SoftTimeoutConfigOverrideConfig {
    /** Whether to allow overriding the message field. */
    message?: boolean;
}
